Skip to content

Commit

Permalink
remove compile:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jan 29, 2024
1 parent dec42df commit a5e1b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"dev": "tsx ./src/main",
"dev:watch": "tsx watch ./src/main",
"compile": "npx tsc -p tsconfig.json && npx tsc-alias -p tsconfig.json",
"compile:watch": "npm run compile -- --watch",
"lint": "npx eslint . -c ./.eslintrc.yml",
"build": "npm run format:write && npm run compile",
"ci-test": "jest --passWithNoTests",
Expand Down

0 comments on commit a5e1b34

Please sign in to comment.