Skip to content

Commit 7160759

Browse files
author
Nicolò Maria Mezzopera
committed
chore: remove deply from gitlab config
1 parent 3859717 commit 7160759

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,4 @@ unit test:
2424
paths:
2525
- dist/
2626
- node_modules/
27-
- package.json
28-
29-
30-
publish:
31-
stage: deploy
32-
only:
33-
- tags
34-
- triggers
35-
script:
36-
- npm run build
37-
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
38-
- npm publish --dry-run
27+
- package.json

0 commit comments

Comments
 (0)