mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
add deploy to npm
This commit is contained in:
parent
0f2d485f98
commit
828279db6a
1 changed files with 6 additions and 0 deletions
|
@ -29,3 +29,9 @@ deploy:
|
||||||
branch: master
|
branch: master
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
|
script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
|
||||||
|
- provider: npm
|
||||||
|
skip_cleanup: true
|
||||||
|
email: $NPM_EMAIL
|
||||||
|
api_key: $NPM_TOKEN
|
||||||
|
on:
|
||||||
|
all_branches: true
|
Loading…
Reference in a new issue