chore: added build command

This commit is contained in:
Shivam Mishra 2019-05-28 17:57:43 +05:30
parent ece0015366
commit 81c042649c

View File

@ -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",