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.
@studio/changes
1 parent ae55cda commit f741e24Copy full SHA for f741e24
Makefile
package.json
@@ -49,8 +49,12 @@
49
"scripts": {
50
"lint": "eslint .",
51
"watch": "mocha --watch",
52
- "test": "npm run lint && mocha",
53
- "postinstall": "node scripts/postinstall.js"
+ "test": "mocha",
+ "posttest": "npm run lint",
54
+ "postinstall": "node scripts/postinstall.js",
55
+ "preversion": "npm test",
56
+ "version": "changes",
57
+ "postversion": "git push --follow-tags && npm publish"
58
},
59
"repository": {
60
"type": "git",
@@ -74,6 +78,7 @@
74
78
"which": "^1.2.1"
75
79
76
80
"devDependencies": {
81
+ "@studio/changes": "^1.1.0",
77
82
"eslint": "^1.10.3",
83
"tmp": "0.0.28"
84
0 commit comments