Skip to content

Commit

Permalink
Merge pull request #157 from iirose-tools/TheresaQWQ-patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
TheresaQWQ authored Jan 30, 2025
2 parents 871dc33 + 35982cd commit c3113cc
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev ts-node . -r ts-node/register",
"start": "cross-env NODE_ENV=production node ./dist/index.js",
"start": "node ./dist/index.js",
"build": "cross-env NODE_ENV=production tsc && node ./tools/after-build.js",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
Expand Down

0 comments on commit c3113cc

Please sign in to comment.