Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
test!: remove tests for stub server
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbuehner authored Apr 7, 2024
1 parent a316435 commit da160cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"inspect-prod": "npm run dev:prepare && tsc --build && cross-env PORT=${PORT:=3000} NODE_OPTIONS=${SERVER_NODE_OPTIONS} APP_URL=${APP_URL:=https://cristata.app} AUTH_APP_URL=${AUTH_APP_URL:=https://auth.cristata.app} NODE_ENV=development node --inspect dist/index.js",
"build": "tsc --build && tsc --declaration && cross-env NODE_ENV=production npm run lint",
"check": "tsc && npm run lint",
"test": "jest",
"test": "",
"test.old": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean": "rm -rf dist",
"postinstall": "patch-package --error-on-fail false",
Expand Down

0 comments on commit da160cb

Please sign in to comment.