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.
1 parent 355fbe1 commit 8e8a4cfCopy full SHA for 8e8a4cf
build/release-csp.sh
@@ -5,8 +5,8 @@ CSP_VERSION=$PLAIN_VERSION-csp
5
# update package.json
6
sed -i '' -e 's/\("version"\: "[0-9]*\.[0-9]*\.[0-9]*\)"/\1-csp"/' package.json
7
8
-# build
9
-npm run build
+# test + build
+npm test
10
11
# push to csp branch on github
12
git add -A .
@@ -20,4 +20,4 @@ git push origin v$CSP_VERSION
20
# publish to npm and update dist tags
21
npm publish
22
npm dist-tag add vue@$PLAIN_VERSION latest
23
-npm dist-tag add vue@CSP_VERSION csp
+npm dist-tag add vue@$CSP_VERSION csp
0 commit comments