Skip to content

Commit

Permalink
chore: drop test script from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
samiurprapon committed Sep 30, 2024
1 parent 326d756 commit 13a51de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build": "tsc && tsc-alias",
"start": "cross-env NODE_ENV=production node dist/src/index.js",
"dev": "cross-env NODE_ENV=development nodemon",
"test": "cross-env NODE_ENV=test jest",
"coverage": "cross-env NODE_ENV=test jest --coverage",
"start:dev": "cross-env NODE_ENV=development ts-node -r tsconfig-paths/register ./src/index.ts --port",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit 13a51de

Please sign in to comment.