Remove precommit from prod script

This commit is contained in:
DrMint 2024-07-13 19:23:10 +02:00
parent 6f6c3f5c68
commit dfbf3c9840
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"fetch-submodules": "cd src/shared && git pull && cd ../..",
"precommit": "npm run fetch-submodules && npm run generate:types && npm run prettier && npm run unused-exports && npm run tsc",
"upgrade": "ncu",
"prod": "rm -rf build && rm -rf dist && npm ci && npm run precommit && npm run build && npm run serve"
"prod": "rm -rf build && rm -rf dist && npm ci && npm run build && npm run serve"
},
"dependencies": {
"@fontsource/vollkorn": "5.0.20",