We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ea516 commit 4e4b0b5Copy full SHA for 4e4b0b5
package.json
@@ -11,7 +11,7 @@
11
"build:cjs": "tsc -p tsconfig.json",
12
"build:es": "tsc -p tsconfig-esm.json",
13
"postbuild": "run-s bundle",
14
- "bundle": "node ./rollup-script.js",
+ "bundle": "node ./scripts/rollup-script.js",
15
"test": "run-s test:ava test:puppeteer:basic test:puppeteer:webpack",
16
"test:ava": "cross-env TS_NODE_FILES=true ava",
17
"test:puppeteer:basic": "puppet-run --plugin=mocha --bundle=./test/workers/:/workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts",
rollup-script.js renamed to scripts/rollup-script.js
0 commit comments