chore: added build command
This commit is contained in:
parent
ece0015366
commit
81c042649c
@ -15,7 +15,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"watch": "rollup -c --watch",
|
"watch": "rollup -c --watch",
|
||||||
"dev": "npm-run-all --parallel watch"
|
"dev": "npm-run-all --parallel watch",
|
||||||
|
"build": "rollup -c"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user