We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73fe9f commit 26f1cb6Copy full SHA for 26f1cb6
scripts/build.sh
@@ -4,10 +4,10 @@ patch google/google-u2f-api.js google/this.patch -o lib/generated-google-u2f-api
4
5
node_modules/.bin/rimraf dist
6
node_modules/.bin/tsc -p .
7
-find test lib -name '*.js' | cpio -pdm dist/
+find lib -name '*.js' | cpio -pdm dist/
8
9
patch lib/generated-google-u2f-api.js < google/modules.patch
10
11
node_modules/.bin/rimraf dist-bundle
12
node_modules/.bin/tsc -p tsconfig.bundle.json
13
-find test lib -name '*.js' | cpio -pdm dist-bundle/
+find lib -name '*.js' | cpio -pdm dist-bundle/
0 commit comments