瀏覽代碼

chore: added build command

tags/1.2.3
Shivam Mishra 6 年之前
父節點
當前提交
81c042649c
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      package.json

+ 2
- 1
package.json 查看文件

@@ -15,7 +15,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -c --watch",
"dev": "npm-run-all --parallel watch"
"dev": "npm-run-all --parallel watch",
"build": "rollup -c"
},
"repository": {
"type": "git",


Loading…
取消
儲存