Skip to content

Commit

Permalink
Fix pre-push githook
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkedev committed Mar 11, 2021
1 parent b328ef2 commit 82169e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn tests
yarn test
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"clean": "tsc -b --clean",
"lint": "eslint '**/*.{ts,tsx}'",
"pretest": "yarn run lint",
"test": "yarn run pretest && jest",
"test": "jest",
"prebuild": "yarn test",
"build": "yarn run prebuild && tsc -b"
},
Expand Down

0 comments on commit 82169e8

Please sign in to comment.