We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34141ef + 3a18d08 commit cf60f12Copy full SHA for cf60f12
deploy.sh
@@ -4,6 +4,8 @@ set -e
4
node package-deploy/npm-login.js $(cat "/etc/npm-cred/NPM_AUTH_TOKEN")
5
npm whoami
6
npm i
7
-npm publish
+npm run package
8
+filename="$(npm pack --dry-run | tail -n 1)"
9
+npm publish dist/ui/$filename --registry=https://registry.npmjs.org/
10
-echo "package pushed to NPM successfully"
11
+echo "$filename package pushed to NPM successfully"
0 commit comments