Update travis build job

This commit is contained in:
Boris Kubiak 2018-01-27 12:36:17 +01:00
parent 87d740c51e
commit c557ec5611
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,8 @@ install: npm i
script:
- npm test
- npm run-script build
- npm run build
- npm run clean
deploy:
provider: pages

View file

@ -35,7 +35,8 @@
"scripts": {
"test": "node ./node_modules/xo/cli.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"clean": "find . -maxdepth 1 -type f -not -name 'index.html' -not -name 'README.md' -delete && rm -fr src dist/vanity.js"
},
"xo": {
"rules": {