Skip to content

Commit

Permalink
chore: remove nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Feb 8, 2024
1 parent c09cc03 commit 8e2c31b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "env-cmd nodemon --watch 'src/**' --ext 'ts' --exec 'ts-node src/index.ts' --trace-warnings",
"gen": "prisma db pull && prisma generate",
"start": "env-cmd node ./dist",
"build": "bun run gen && rimraf dist && tsc -b",
"build": "rimraf dist && bun run gen && tsc -b",
"lint": "eslint --ignore-path .gitignore \"**/*.+(js|ts|tsx)\" --fix",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"sentry:sourcemaps": "npx sentry-cli sourcemaps inject --org blockmatic --project bitcash-indexer ./dist && sentry-cli sourcemaps upload --org blockmatic --project bitcash-indexer ./dist"
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 8e2c31b

Please sign in to comment.