Skip to content

Commit

Permalink
fix: quotes in the release script (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Jun 9, 2020
1 parent 0616821 commit 5550b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format": "prettier --loglevel silent --write \"{src,test}/**/*.ts\" && eslint --fix \"{src,test}/**/*.ts\"",
"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...\"",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"tag": "git tag -a v$npm_package_version -m 'Release v$npm_package_version'",
"tag": "git tag -a v$npm_package_version -m \"Release v$npm_package_version\"",
"release": "npm run version && yarn && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
"minify": "babel-minify dist -d dist",
"prepublishOnly": "npm run test && npm run build && npm run minify && npm run release && npm run tag"
Expand Down

0 comments on commit 5550b3e

Please sign in to comment.