Skip to content

Commit

Permalink
build: update the build script to use pnpm (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere authored May 28, 2024
1 parent 6e03131 commit 0bbeaaf
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 @@ -12,7 +12,7 @@
"dev": "NODE_ENV=development nodemon",
"build:kill-dist": "rimraf ./dist",
"build:code": "tsc",
"build": "npm run build:kill-dist && npm run build:code",
"build": "pnpm run build:kill-dist && pnpm run build:code",
"db:explorer": "drizzle-kit studio --port 3590",
"db:migrate-generate": "drizzle-kit generate:pg",
"db:migrate-run": "ts-node ./migrator.ts"
Expand Down

0 comments on commit 0bbeaaf

Please sign in to comment.