0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -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": {
"build": "node run/build.js",
"dev": "node run/build.js",
"release": "node run/build.js && npm publish --access public",
"test": "mocha --parallel --timeout 15000"
},