We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1861 commit 020545fCopy full SHA for 020545f
package.json
@@ -8,7 +8,8 @@
8
"url": "git@github.com:vuejs/vue-style-loader.git"
9
},
10
"scripts": {
11
- "test": "jest"
+ "test": "jest",
12
+ "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
13
14
"license": "MIT",
15
"dependencies": {
@@ -19,6 +20,7 @@
19
20
"babel-core": "^6.26.0",
21
"babel-jest": "^22.1.0",
22
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
23
+ "conventional-changelog-cli": "^2.0.1",
24
"jest": "^22.1.4"
25
}
26
0 commit comments