Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 16, 2024
1 parent 6f50006 commit ef8da82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"start": "NODE_ENV=production node dist/index.js",
"build": "esbuild src/index.ts --packages=external --platform=node --loader:.html=file --bundle --outfile=dist/index.js",
"build": "esbuild src/index.ts --packages=external --platform=node --bundle --minify --outfile=dist/index.js",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"typecheck": "tsc --noemit",
"format": "prettier --write .",
Expand Down

0 comments on commit ef8da82

Please sign in to comment.