Rename script
This commit is contained in:
parent
ab6a5286fe
commit
aaee025409
3 changed files with 3 additions and 3 deletions
|
@ -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=
|
||||
|
|
|
@ -15,4 +15,4 @@ test_script:
|
|||
|
||||
build_script:
|
||||
- set NODE_ENV=production
|
||||
- yarn travis-build
|
||||
- yarn ci-build
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue