Ver a proveniência

build before publish on npm

pull/342/head
Guillaume Vincent há 8 anos
ascendente
cometimento
dea136fab5
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      package.json

+ 2
- 1
package.json Ver ficheiro

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


Carregando…
Cancelar
Guardar