Rename script

This commit is contained in:
lilia 2017-05-03 17:53:34 -07:00 committed by Scott Nonnenberg
parent ab6a5286fe
commit aaee025409
No known key found for this signature in database
GPG key ID: A4931C09644C654B
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ install:
script:
- export NODE_ENV=production
- yarn test
- yarn travis-build
- yarn ci-build
env:
global:
- secure: LeXDynRSyeHXR9KdmhYuP/zsc8uFsnYoOWI3fqg8x5SLOilfDyQ766idkT9NTRrdSR8WY7wP4DPs3hrBWGmcVq7BhytI9Q34YSgGS/Sds0jlm5AzSpYfAHpSQ+9ufQXNKN6lgxTkupdsWlc2Em20wUd5EfluDSOoeWVMlqHmKrw=

View file

@ -15,4 +15,4 @@ test_script:
build_script:
- set NODE_ENV=production
- yarn travis-build
- yarn ci-build

View file

@ -35,7 +35,7 @@
"test": "grunt test",
"lint": "grunt jshint",
"start": "electron .",
"travis-build": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER'",
"ci-build": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV --config.mac.bundleVersion='$TRAVIS_BUILD_NUMBER'",
"dist": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV",
"pack": "npm run dist -- --dir",
"pack-staging": "NODE_ENV=staging npm run pack",