diff --git a/.travis.yml b/.travis.yml index 9c81569..a68c812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index 2a98427..74ef596 100644 --- a/package.json +++ b/package.json @@ -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",