-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
language: node_js | ||
node_js: | ||
- 12 | ||
|
||
before_script: | ||
- npm install | ||
- npm run bootstrap | ||
|
||
script: | ||
- npm run build | ||
- npm run integration | ||
|
||
before_deploy: | ||
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null | ||
- git remote add pub https://github.com/TheSoftwareHouse/node-common.git -f | ||
- git checkout master | ||
- npm install | ||
- npm run bootstrap | ||
- npm run build | ||
- npm run generate-types | ||
|
||
deploy: | ||
provider: script | ||
script: npm run publish | ||
skip_cleanup: true | ||
on: | ||
tags: false | ||
branch: master | ||
#language: node_js | ||
#node_js: | ||
# - 12 | ||
# | ||
#before_script: | ||
# - npm install | ||
# - npm run bootstrap | ||
# | ||
#script: | ||
# - npm run build | ||
# - npm run integration | ||
# | ||
#before_deploy: | ||
# - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null | ||
# - git remote add pub https://github.com/TheSoftwareHouse/node-common.git -f | ||
# - git checkout master | ||
# - npm install | ||
# - npm run bootstrap | ||
# - npm run build | ||
# - npm run generate-types | ||
# | ||
#deploy: | ||
# provider: script | ||
# script: npm run publish | ||
# skip_cleanup: true | ||
# on: | ||
# tags: false | ||
# branch: master |