Skip to content

Commit 87b5391

Browse files
committed
Upload webpack dist
1 parent 53e4a40 commit 87b5391

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
./bundle
3838
./dist
3939
./dist-esm
40+
./test-dev/webpack/dist
4041
4142
# Testing the built files
4243
Test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:ava": "cross-env TS_NODE_FILES=true ava ./test/**/*.test.ts",
1818
"test:dev": "cross-env TS_NODE_FILES=true ava ./test-dev/**/*.test.ts",
1919
"test:puppeteer:basic": "puppet-run --plugin=mocha --bundle=./test/workers/:workers/ --serve=./bundle/worker.js:/worker.js ./test/*.chromium*.ts",
20-
"test:puppeteer:webpack": "puppet-run --serve ./test/webpack/dist/app.web/0.worker.js --serve ./test/webpack/dist/app.web/1.worker.js --plugin=mocha ./test/webpack/webpack.chromium.mocha.ts",
20+
"test:puppeteer:webpack": "puppet-run --serve ./test-dev/webpack/dist/app.web/0.worker.js --serve ./test-dev/webpack/dist/app.web/1.worker.js --plugin=mocha ./test-dev/webpack/webpack.chromium.mocha.ts",
2121
"posttest": "tslint --project .",
2222
"prepare": "npm run build"
2323
},

0 commit comments

Comments
 (0)