File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed 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-all clean -p build:* " ,
26
+ "build" : " npm run clean && npm run build:eleventy && npm run build:esbuild && npm run build:worker && npm run build:tailwind " ,
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