Skip to content

Commit 7d014bc

Browse files
committed
Fix npm scripts
1 parent c0c329c commit 7d014bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "sync-github-forks-cli",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "Keep github forks up to date using node, the github api and git",
55
"main": "dist/cli.js",
66
"bin": {
77
"sync-github-forks": "dist/cli.js"
88
},
99
"scripts": {
10-
"postinstall": "npm run build",
10+
"pretest": "npm run build",
1111
"build": "tsc --newline lf",
1212
"test": "npm run lint",
13-
"lint": "tslint -t stylish -c ./tslint.json src/**/*.ts && tslint -t stylish -c ./jslint.json dist/**/*.js",
14-
"prepublish": "in-publish && npm run build && npm run test || not-in-publish"
13+
"lint": "tslint -t stylish -c ./tslint.json src/** && tslint -t stylish -c ./jslint.json dist/**/*.js",
14+
"prepublish": "in-publish && npm test || not-in-publish"
1515
},
1616
"files": [
1717
"dist"
@@ -46,6 +46,6 @@
4646
"dependencies": {
4747
"bluebird": "^3.4.7",
4848
"execa": "^0.6.0",
49-
"sync-github-forks": "^0.1.15"
49+
"sync-github-forks": "^0.1.17"
5050
}
5151
}

0 commit comments

Comments
 (0)