Skip to content

Commit

Permalink
feat(jest) script
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago-Mota-Santos committed Sep 25, 2023
1 parent bf51371 commit a9e3f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"copy-envs": "turbo run copy-env"
"copy-envs": "turbo run copy-env",
"jest": "cd apps/server && yarn jest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
Expand Down

1 comment on commit a9e3f1d

@vercel
Copy link

@vercel vercel bot commented on a9e3f1d Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-relay – ./apps/server

api-relay.vercel.app
api-relay-thiago-mota-santos.vercel.app
api-relay-git-main-thiago-mota-santos.vercel.app

Please sign in to comment.