Added npm run dev (#1572)

This commit is contained in:
Andrea Giammarchi
2023-06-29 12:45:07 +02:00
committed by GitHub
parent 3a3cb7b11d
commit 7813c3f03f
7 changed files with 67 additions and 14 deletions

View File

@@ -8,6 +8,7 @@
"server": "npx static-handler --cors --coep --coop --corp .",
"build": "npm run rollup:xworker && npm run rollup:core && npm run rollup:pyscript && eslint esm/ && npm run ts && npm run cjs && npm run test",
"cjs": "ascjs --no-default esm cjs",
"dev": "node dev.cjs",
"rollup:core": "rollup --config rollup/core.config.js",
"rollup:pyscript": "rollup --config rollup/pyscript.config.js",
"rollup:xworker": "rollup --config rollup/xworker.config.js",
@@ -32,6 +33,7 @@
"@rollup/plugin-terser": "^0.4.3",
"ascjs": "^5.0.1",
"c8": "^8.0.0",
"chokidar": "^3.5.3",
"eslint": "^8.43.0",
"linkedom": "^0.14.26",
"rollup": "^3.25.3",
@@ -64,6 +66,6 @@
"coincident": "^0.8.3"
},
"worker": {
"blob": "sha256-CaHDEAEttvghrbLR/GVAofT+zQZyy0Ri9tkpVTNBbiE="
"blob": "sha256-eWNZbyS06lxxlUW/bkU7/fl/Levxxxfiv/+frsgl/fA="
}
}