Skip to content

Commit fa62801

Browse files
committed
move rollup-script to scripts folder
1 parent 50cfde1 commit fa62801

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build:cjs": "tsc -p tsconfig.json",
1212
"build:es": "tsc -p tsconfig-esm.json",
1313
"postbuild": "run-s bundle",
14-
"bundle": "node ./rollup-script.js",
14+
"bundle": "node ./scripts/rollup-script.js",
1515
"test": "run-s test:ava test:puppeteer:basic test:puppeteer:webpack",
1616
"test:ava": "cross-env TS_NODE_FILES=true ava",
1717
"test:puppeteer:basic": "puppet-run --plugin=mocha --bundle=./test/workers/:/workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts",
File renamed without changes.

0 commit comments

Comments
 (0)