Skip to content

Commit

Permalink
pre push test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ryo committed Apr 12, 2024
1 parent 3bbc629 commit 01a3eac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/hooks/pre-push
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
yarn build
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"migration:revert-dev": "rm -rf dist && yarn build:server && npx typeorm migration:revert -d dist/server/utils/data-source.js || true",
"typeorm": "typeorm-ts-node-commonjs"
},
"pre-push": [
"build"
],
"jest": {
"testEnvironment": "node",
"verbose": true,
Expand Down Expand Up @@ -196,8 +199,5 @@
"web-vitals": "^2.1.4",
"winston": "^3.8.0"
},
"packageManager": "[email protected]",
"pre-push": [
"build"
]
"packageManager": "[email protected]"
}

0 comments on commit 01a3eac

Please sign in to comment.