mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
Merge pull request #91 from rschamp/travis-stages
Don't use npm prepublish
This commit is contained in:
commit
2ea0867df8
2 changed files with 3 additions and 3 deletions
|
@ -18,13 +18,14 @@ jobs:
|
|||
node_js: 8
|
||||
- stage: release
|
||||
node_js: 8
|
||||
script: skip
|
||||
env: NPM_SCRIPT=build
|
||||
before_deploy:
|
||||
- npm --no-git-tag-version version 0.1.0-prerelease.$(date +%Y%m%d%H%M%S)
|
||||
deploy:
|
||||
- provider: npm
|
||||
on:
|
||||
all_branches: true
|
||||
skip_cleanup: true
|
||||
email: $NPM_EMAIL
|
||||
api_key: $NPM_TOKEN
|
||||
stages:
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
"build": "webpack --bail",
|
||||
"watch": "webpack --watch",
|
||||
"lint": "eslint .",
|
||||
"tap": "tap test/effects/*.js test/*.js",
|
||||
"prepublish": "npm run build"
|
||||
"tap": "tap test/effects/*.js test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue