Remove building for publish stage

This commit is contained in:
Josh Johnson 2019-02-12 18:37:59 +00:00
parent 0cf05f4eff
commit 22e1884ad4

View file

@ -18,10 +18,6 @@ jobs:
- stage: Running tests
script: npm run test
- stage: Building for publish
if: branch = master
script: npm run build && npm run bump-cache
- stage: Publishing to NPM
if: branch = master
script: echo "Publishing to NPM..."