Skip to content

Commit 26f1cb6

Browse files
committed
fix(test): fixed build script warning
1 parent c73fe9f commit 26f1cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ patch google/google-u2f-api.js google/this.patch -o lib/generated-google-u2f-api
44

55
node_modules/.bin/rimraf dist
66
node_modules/.bin/tsc -p .
7-
find test lib -name '*.js' | cpio -pdm dist/
7+
find lib -name '*.js' | cpio -pdm dist/
88

99
patch lib/generated-google-u2f-api.js < google/modules.patch
1010

1111
node_modules/.bin/rimraf dist-bundle
1212
node_modules/.bin/tsc -p tsconfig.bundle.json
13-
find test lib -name '*.js' | cpio -pdm dist-bundle/
13+
find lib -name '*.js' | cpio -pdm dist-bundle/

0 commit comments

Comments
 (0)