Skip to content

Commit

Permalink
chore: remove deply from gitlab config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Maria Mezzopera committed Apr 20, 2019
1 parent 3859717 commit 7160759
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@ unit test:
paths:
- dist/
- node_modules/
- package.json


publish:
stage: deploy
only:
- tags
- triggers
script:
- npm run build
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish --dry-run
- package.json

0 comments on commit 7160759

Please sign in to comment.