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 b12e21c commit 655df43Copy full SHA for 655df43
build/release-csp.sh
@@ -19,6 +19,7 @@ git push origin v$CSP_VERSION
19
20
# publish to npm and update dist tags
21
npm publish
22
-npm dist-tag add vue@$PLAIN_VERSION latest
+sleep 1
23
npm dist-tag add vue@$CSP_VERSION csp
24
+npm dist-tag add vue@$PLAIN_VERSION latest
25
npm view vue version dist-tags
package.json
@@ -35,7 +35,8 @@
35
"cover": "karma start build/karma.cover.config.js",
36
"sauce": "karma start build/karma.sauce.config.js",
37
"sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2",
38
- "release": "bash build/release.sh"
+ "release": "bash build/release.sh",
39
+ "release-csp": "bash build/release-csp.sh"
40
},
41
"dependencies": {
42
"envify": "^3.4.0"
0 commit comments