Skip to content
Snippets Groups Projects

Publish on npm using CI pipeline

Merged Bastien Abadie requested to merge release-npm into main
1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
+ 2
6
@@ -39,6 +39,7 @@ build-webext:
paths:
- dist-ext
expire_in: 2 weeks
script:
- npm run build-ext
@@ -52,15 +53,10 @@ build-lib:
paths:
- dist-lib
expire_in: 2 weeks
script:
- npm run build-lib
# Only deploy branches on surge
rules:
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH != "master"'
when: on_success
- when: never
.surge:
stage: deploy
Loading