Skip to content

Commit

Permalink
fix(test): fixed build script warning
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jan 25, 2021
1 parent c73fe9f commit 26f1cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ patch google/google-u2f-api.js google/this.patch -o lib/generated-google-u2f-api

node_modules/.bin/rimraf dist
node_modules/.bin/tsc -p .
find test lib -name '*.js' | cpio -pdm dist/
find lib -name '*.js' | cpio -pdm dist/

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

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

0 comments on commit 26f1cb6

Please sign in to comment.