From 26f1cb6d161f15248d3c3cecf713cc74612844f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Mon, 25 Jan 2021 21:28:21 +0100 Subject: [PATCH] fix(test): fixed build script warning --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 563c8cd..9926563 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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/