Skip to content

Commit

Permalink
Fix travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Oct 27, 2020
1 parent 9d53102 commit 819a462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js: 12
node_js: 14

script:
- (cd app && npm ci && npm run build)
- npm ci

before_deploy:
- if [ -n "$TRAVIS_TAG" ] ; then npm version $TRAVIS_TAG ; fi
- if [ -n "$TRAVIS_TAG" ] ; then npm version ${TRAVIS_TAG//v/} ; fi
- >
tar -czf psitransfer-$TRAVIS_TAG.tar.gz \
LICENSE \
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"build": "cross-env NODE_ENV=production webpack --hide-modules",
"analyze": "cross-env ANALYZE=true npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 819a462

Please sign in to comment.