ソースを参照

build before publish on npm

pull/342/head
Guillaume Vincent 8年前
コミット
dea136fab5
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      package.json

+ 2
- 1
package.json ファイルの表示

@@ -7,7 +7,8 @@
"scripts": {
"dev": "npm install && webpack-dev-server --inline --hot --host 0.0.0.0",
"build": "rm -rf dist && NODE_ENV=production webpack --display-error-details --progress --hide-modules",
"test": "ava test --compilers js:babel-register"
"test": "ava test --compilers js:babel-register",
"prepublish": "npm test && npm run build"
},
"dependencies": {
"axios": "^0.15.2",


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