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:
parent
240d88aefe
commit
b760a079eb
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue