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