Skip to content

Commit 13197b6

Browse files
chore: set prepublish script
1 parent 371adea commit 13197b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"generate-eslintrc": "ts-node -P tsconfig.tools.json scripts/generate-eslintrc.ts",
2626
"prelint": "yarn generate-eslintrc",
2727
"lint": "eslint './**/*.ts' --ext .ts",
28+
"prepublishOnly": "yarn lint && yarn test",
2829
"report-coverage": "codecov -f coverage/lcov.info",
2930
"test": "jest"
3031
},

0 commit comments

Comments
 (0)