Skip to content

Commit

Permalink
ci: Remove test script from package that has no tests (#4958)
Browse files Browse the repository at this point in the history
This fails the smoke test before publish because `jest` exits with `1`
when there are no tests.
  • Loading branch information
mehulkar committed May 15, 2023
1 parent 0b55d62 commit 33ae999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/turbo-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"types": "dist/types.d.ts",
"scripts": {
"build": "tsup",
"test": "jest",
"lint": "eslint src/**/*.ts",
"check-types": "tsc --noEmit"
},
Expand Down

1 comment on commit 33ae999

@vercel
Copy link

@vercel vercel bot commented on 33ae999 May 15, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.