Skip to content

Commit

Permalink
build: git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Mar 23, 2024
1 parent b1f86b1 commit a2216b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-push
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"yrel": "^2.1.6"
},
"scripts": {
"prepare": "husky install && playwright install --with-deps",
"prepare": "husky && playwright install --with-deps",
"clean": "rm -rf ./build && rm -f ./.tsbuildinfo && rm -rf ./playwright/.cache",
"build": "npm run build-esm && npm run build-cjs",
"build-esm": "sh ./scripts/build-esm.sh",
Expand Down

0 comments on commit a2216b4

Please sign in to comment.