Skip to content

Commit

Permalink
Merge pull request #4 from twin-te/fix/build-command
Browse files Browse the repository at this point in the history
fix: build command
  • Loading branch information
SIY1121 authored Mar 27, 2023
2 parents f7e73fc + baa30ac commit eda1a28
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 @@ -11,7 +11,7 @@
"migrate:dev": "prisma migrate dev --preview-feature",
"migrate:prod": "prisma migrate deploy --preview-feature",
"test": "cross-env LOG_LEVEL=off jest --runInBand --coverage",
"build": "rm -rf ./dist && tsc",
"build": "rm -rf ./dist && tsc && rm -rf ./dist/__tests__ && mv ./dist/src/* ./dist",
"start": "yarn run migrate:prod && node dist/index.js",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/"
Expand Down

0 comments on commit eda1a28

Please sign in to comment.