Skip to content

Commit

Permalink
Add new test scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jun 23, 2024
1 parent a84cf9f commit 052147d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lint": "eslint . --config .eslintrc.js",
"release": "dotenv -- turbo run compile && changeset publish",
"test": "dotenv -- turbo run test",
"test:build": "dotenv -- turbo run test:build",
"test:create": "dotenv -- turbo run test:create",
"test:cli": "dotenv -- turbo run test:cli",
"test:watch": "dotenv -- turbo run test:watch",
"types": "tsc --noEmit --project tsconfig.json",
"version-packages": "changeset version",
Expand Down

0 comments on commit 052147d

Please sign in to comment.