fixup! chore(backend): Precompile dependencies
This commit is contained in:
parent
eef48a9987
commit
dd7841e819
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"main": "dist/app.js",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production tsc --build",
|
||||
"predev": "pushd .. && npm run build && popd",
|
||||
"predev": "cross-env pushd .. && npm run build && popd",
|
||||
"dev": "cross-env NODE_ENV=development tsx tool/seed.ts && tsx watch --env-file=.env.development.local src/app.ts",
|
||||
"start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js",
|
||||
"format": "prettier --write src/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue