File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions/setup-node@v3
38
38
with :
39
39
node-version : ' 16'
40
+ - run : npm i
40
41
- run : npm run build
41
42
- name : Update dist
42
43
run : |
Original file line number Diff line number Diff line change 23
23
"build:esbuild" : " esbuild src/playground/index.ts src/playground/resizer.ts --splitting --target=es2020 --legal-comments=linked --bundle --format=esm --minify --outdir=dist" ,
24
24
"build:worker" : " esbuild ./node_modules/playground-elements/playground-typescript-worker.js --platform=node --legal-comments=linked --bundle --minify --outfile=dist/playground-typescript-worker.js" ,
25
25
"build:tailwind" : " tailwindcss -i ./src/playground/style.css -o ./dist/samples/playground.css --minify" ,
26
- "build" : " npm run clean && npm run build:eleventy && npm run build:esbuild && npm run build:worker && npm run build:tailwind " ,
26
+ "build" : " npm- run-all clean -p build:* " ,
27
27
"ci" : " npm run build && npm run test" ,
28
28
"clean" : " npx rimraf dist/*" ,
29
29
"clean:cache" : " npx rimraf .cache/* ./parcel-cache/*" ,
You can’t perform that action at this time.
0 commit comments