Skip to content

Commit 0c1f6b6

Browse files
committed
chore(scripts): clean postinstall
1 parent 313e83e commit 0c1f6b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"format:js": "prettier-eslint ./bin/*.js ./bin/**/*.js ./test/**/*.js ./packages/**/**/*.js ./packages/**/*.js --write",
3838
"format:ts": "prettier-eslint ./packages/**/**/*.ts ./packages/**/*.ts ./packages/**/**/**/*.ts --write",
3939
"lint": "eslint \"./bin/*.js\" \"./bin/**/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.ts\" \"packages/**/!(node_modules)/**/*.ts\"",
40-
"postinstall": "node ./bin/opencollective.js",
4140
"pretest": "npm run build && npm run lint",
4241
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
4342
"test": "nyc jest --maxWorkers=4 --reporters=default --reporters=jest-junit",

0 commit comments

Comments
 (0)