We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2210282 commit 7ee98f3Copy full SHA for 7ee98f3
1 file changed
scripts/release.sh
@@ -11,7 +11,7 @@ echo "[2] Removing dist folder"
11
rm -rf dist/
12
13
echo "[3] Updating CHANGELOG"
14
-cd projects/ngqp/core && standard-version --infile ../../../CHANGELOG.md && cd -
+cd projects/ngqp/core; standard-version --infile ../../../CHANGELOG.md; cd -
15
16
echo "[4] Building @ngqp/core"
17
yarn run core:build
@@ -27,7 +27,7 @@ echo "[7] Pushing to remote"
27
git push
28
29
echo "[8] Publishing to npm"
30
-cd dist/ngqp/core && npm publish --access public && cd -
+cd dist/ngqp/core; npm publish --access public; cd -
31
32
echo "[9] Deploying website"
33
yarn run demo:publish
0 commit comments