We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe5cdb commit 9e1f520Copy full SHA for 9e1f520
scripts/deploy.sh
@@ -18,3 +18,6 @@ git tag "$VERSION"
18
npm run build
19
20
npm publish --folder ./dist/ngx-nullish
21
+
22
+git push
23
+git push --tags
0 commit comments