Fix travis build
This commit is contained in:
parent
c7ca716802
commit
f70f2977ab
3 changed files with 9 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"build": "webpack --bail --config webpack.dev.js --env",
|
||||
"production-build": "webpack --bail --config webpack.prod.js --env",
|
||||
"watch": "webpack-dev-server --open --config webpack.dev.js --env",
|
||||
"travis": "yarn lint && yarn build && yarn production-build",
|
||||
"travis": "./travis.sh",
|
||||
"lint": "eslint -- --ext js --ext jsx src/",
|
||||
"precommit": "yarn lint"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue