Skip to content

Commit 5550b3e

Browse files
authored
fix: quotes in the release script (#173)
1 parent 0616821 commit 5550b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"format": "prettier --loglevel silent --write \"{src,test}/**/*.ts\" && eslint --fix \"{src,test}/**/*.ts\"",
3535
"postinstall": "echo \"[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: node-sass/sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...\"",
3636
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
37-
"tag": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
37+
"tag": "git tag -a v$npm_package_version -m \"Release v$npm_package_version\"",
3838
"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"

0 commit comments

Comments
 (0)