Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 5, 2025
1 parent 5e7798b commit 884a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"scripts": {
"build": "rm -rf lib && tsc",
"build:prod": "rm -rf lib && tsc && npm run sentry:sourcemaps && npm run sentry:sourcemaps",
"build:prod": "rm -rf lib && tsc && npm run sentry:sourcemaps",
"db:migrate": "npx squid-typeorm-migration apply",
"processor:start": "node -r dotenv/config lib/main.js",
"query-node:start": "squid-graphql-server --subscriptions",
Expand Down

0 comments on commit 884a9c4

Please sign in to comment.