瀏覽代碼

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


Loading…
取消
儲存