Skip to content

Commit 5d0837a

Browse files
authored
chore: removes npm-run-all (#1453)
1 parent a2440a4 commit 5d0837a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:esbuild": "esbuild src/playground/index.ts src/playground/resizer.ts --splitting --target=es2020 --legal-comments=linked --bundle --format=esm --minify --outdir=dist",
2424
"build:worker": "esbuild ./node_modules/playground-elements/playground-typescript-worker.js --platform=node --legal-comments=linked --bundle --minify --outfile=dist/playground-typescript-worker.js",
2525
"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",
2727
"ci": "npm run build && npm run test",
2828
"clean": "npx rimraf dist/*",
2929
"clean:cache": "npx rimraf .cache/* ./parcel-cache/*",

0 commit comments

Comments
 (0)