Skip to content

Commit

Permalink
Add noevents
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 30, 2024
1 parent ec3dd59 commit 5f37037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint index.ts lib/ routes/ test/",
"loaddb": "echo 'DROP DATABASE tak_ps_etl' | psql && echo 'CREATE DATABASE tak_ps_etl' | psql && psql tak_ps_etl < ",
"migratedb": "npm run lint && git stash && tsc --outDir . && drizzle-kit generate && git add migrations/* && git commit -m \"DB Migration\" && git clean -f && git stash",
"dev": "tsx watch --ignore web/ index.ts --noevents --nometrics --unsafe",
"dev": "tsx watch --ignore web/ index.ts --noevents --nometrics --nosinks --unsafe",
"prod": "NODE_OPTIONS='--max-old-space-size=6144' forever --verbose --ignore ./ dist/index.js"
},
"repository": {
Expand Down

0 comments on commit 5f37037

Please sign in to comment.