Skip to content

Commit

Permalink
Remove automatic auto-changelog call
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kaisermann committed Nov 7, 2018
1 parent cddd1cf commit 1488dae
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 @@ -22,7 +22,7 @@
"test:watch": "jest --no-cache --verbose --watchAll",
"lint": "eslint \"src/**/*.js\"",
"format": "prettier --loglevel silent --write \"src/**/*.js\" && eslint --fix \"src/**/*.js\"",
"prepublishOnly": "npm run format && npm run test && auto-changelog",
"prepublishOnly": "npm run format && npm run test",
"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, stylus, less, postcss, coffesscript, pug, etc...\\u001b[0m')\""
},
"devDependencies": {
Expand Down

0 comments on commit 1488dae

Please sign in to comment.