Skip to content

Commit

Permalink
Update packages/helpers/qrcode-modal/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem authored Aug 2, 2022
1 parent ea1dcad commit 1928149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/qrcode-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:pre": "run-s clean build:svg build:css",
"build:umd": "webpack",
"build:cjs": "microbundle --no-compress -f cjs --alias react=preact/compat,react-dom/test-utils=preact/test-utils,react-dom=preact/compat --tsconfig ./tsconfig.cjs.json",
"build": "run-s build:pre build:cjs",
"build": "run-s build:pre build:cjs build:umd",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.spec.ts --exit"
},
"keywords": [
Expand Down

0 comments on commit 1928149

Please sign in to comment.