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 f766fb4
Showing 1 changed file with 4 additions and 4 deletions.
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 f766fb4

Please sign in to comment.