File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
run : npm install --no-package-lock
30
30
- name : Run All Validations
31
31
run : npm run ci
32
+ - name : Install Dependencies for Web Worker
33
+ run : npm run webworker-install
34
+ - name : Run Webpack for Web Worker
35
+ run : npm run webworker
32
36
33
37
install-global :
34
38
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44
44
"test-watch" : " git ls-files | entr npm run test" ,
45
45
"update-snapshots" : " ava --timeout=1m --update-snapshots test/markdownlint-cli2-test-exec.js test/markdownlint-cli2-test-fs.js test/markdownlint-cli2-test-main.js" ,
46
46
"webworker" : " cd webworker && webpack --mode none" ,
47
- "webworker-install" : " npm install --no-save path-browserify process setimmediate stream-browserify url util webpack-cli && cpy ./node_modules/setimmediate/setImmediate.js ./webworker --flat"
47
+ "webworker-install" : " npm install --no-package-lock --no- save path-browserify process setimmediate stream-browserify url util webpack-cli && cpy ./node_modules/setimmediate/setImmediate.js ./webworker --flat"
48
48
},
49
49
"engines" : {
50
50
"node" : " >=18"
You can’t perform that action at this time.
0 commit comments