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

Commit c46f810

Browse files
author
Simon Hofmann
committed
Updated bundling to include all libs
1 parent 67226e3 commit c46f810

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 -- --include-regex "\.(node|a|so|dylib|lib|dll)$" -u $GITHUB_TOKEN;
7+
npm run prebuild -- --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u $GITHUB_TOKEN;

0 commit comments

Comments
 (0)