We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a9501 commit cfd284fCopy full SHA for cfd284f
2 files changed
package.json
@@ -21,6 +21,7 @@
21
"lint": "eslint --ext .ts --ext .vue .",
22
"prepack": "yarn build",
23
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
24
+ "release:bump-edge": "jiti ./scripts/bump-edge",
25
"test": "yarn lint"
26
},
27
"dependencies": {
scripts/release-edge.sh
@@ -4,14 +4,8 @@
4
5
set -xe
6
7
-# Restore all git changes
8
-git restore -s@ -SW -- .
9
-
10
# Bump versions to edge
11
-npx jiti ./scripts/bump-edge
12
13
-# Resolve yarn
14
-YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
+yarn release:bump-edge
15
16
# Update token
17
if [[ ! -z ${NODE_AUTH_TOKEN} ]] ; then
0 commit comments