Skip to content
Snippets Groups Projects

Add npm publish script

Merged Rory Jennings requested to merge 1-add-npm-publish-script into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -3,4 +3,5 @@ test-shellcheck:
image: koalaman/shellcheck-alpine
needs: []
script:
- shellcheck src/release.sh
\ No newline at end of file
- shellcheck src/release.sh
- shellcheck src/npm-publish.sh
\ No newline at end of file
Loading