Skip to content

Commit f741e24

Browse files
committed
Use @studio/changes instead of make
1 parent ae55cda commit f741e24

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@
4949
"scripts": {
5050
"lint": "eslint .",
5151
"watch": "mocha --watch",
52-
"test": "npm run lint && mocha",
53-
"postinstall": "node scripts/postinstall.js"
52+
"test": "mocha",
53+
"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"
5458
},
5559
"repository": {
5660
"type": "git",
@@ -74,6 +78,7 @@
7478
"which": "^1.2.1"
7579
},
7680
"devDependencies": {
81+
"@studio/changes": "^1.1.0",
7782
"eslint": "^1.10.3",
7883
"tmp": "0.0.28"
7984
},

0 commit comments

Comments
 (0)