Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Apr 13, 2024
1 parent 363cdfe commit 5454713
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 @@ -10,7 +10,7 @@
"compile": "bun build ./server.ts --outdir ./bin --target bun --format esm --minify",
"predev": "bun run compile",
"dev": "cd commands && opaline dev",
"prebuild": "bun run compile",
"prebuild": "NODE_ENV=production bun run compile",
"build": "cd commands && opaline build",
"lint": "eslint $(git diff --diff-filter=d --name-only main -- '***.js' '***.ts')",
"lint:all": "eslint commands utils server.ts --ext .js,.ts",
Expand Down

0 comments on commit 5454713

Please sign in to comment.