Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 8887821

Browse files
author
Noel
authored
chore: pre-commit hook includes testing (#364)
1 parent 98da52e commit 8887821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prettier": "prettier '**/*.{ts,tsx,js}' --config .prettierrc",
2525
"format": "yarn prettier -- --write",
2626
"lint": "eslint . --ext .ts -c .eslintrc.js",
27-
"validate": "yarn lint && yarn prettier -- --list-different"
27+
"validate": "yarn lint && yarn prettier -- --list-different && yarn bootstrap && yarn test"
2828
},
2929
"workspaces": [
3030
"packages/*"

0 commit comments

Comments
 (0)