Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit c82e63b

Browse files
author
Simon Hofmann
committed
Bundling shared libs
1 parent 01cace6 commit c82e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/prebuild/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ npm install --unsafe-perm &&\
44
cd test
55
npm install && npm test
66
cd -
7-
npm run prebuild -- -u $GITHUB_TOKEN;
7+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll)$" -u $GITHUB_TOKEN;

0 commit comments

Comments
 (0)