Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
ref(build): add minify param to esbuild cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
floriaaan authored Aug 20, 2023
1 parent ac28973 commit 4388747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/server.ts",
"build": "esbuild src/server.ts --bundle --platform=node --target=node18 --outfile=dist/index.js",
"build": "esbuild src/server.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --minify",
"test": "echo 'tests are disabled'",
"prisma:generate": "prisma generate",
"postinstall": "npm run prisma:generate"
Expand Down

0 comments on commit 4388747

Please sign in to comment.