Skip to content

Commit 03bad80

Browse files
committed
chore: 🤖 fix wrong script cmd
1 parent 0ca2fdf commit 03bad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"postinstall": "node -e \"console.log('\\u001b[36m\\u001b[1m[svelte-preprocess] Don\\'t forget to install the preprocessors packages that will be used: \\u001b[22m\\u001b[39m\\u001b[34mnode-sass/sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\\u001b[0m')\"",
3636
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
3737
"tag": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
38-
"release": "npm run version && npm run && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
38+
"release": "npm run version && yarn && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
3939
"minify": "babel-minify dist -d dist",
4040
"prepublishOnly": "npm run test && npm run build && npm run minify && npm run release && npm run tag"
4141
},

0 commit comments

Comments
 (0)