0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

fix(webapi): add dev script

This commit is contained in:
Nate Moore 2022-03-08 17:47:53 -06:00
parent 240d88aefe
commit b760a079eb

View file

@ -71,6 +71,7 @@
}, },
"scripts": { "scripts": {
"build": "node run/build.js", "build": "node run/build.js",
"dev": "node run/build.js",
"release": "node run/build.js && npm publish --access public", "release": "node run/build.js && npm publish --access public",
"test": "mocha --parallel --timeout 15000" "test": "mocha --parallel --timeout 15000"
}, },