ソースを参照

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


読み込み中…
キャンセル
保存