Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Mar 16, 2024
1 parent 9c71262 commit 0b5fbe9
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 @@ -20,8 +20,9 @@
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "turbo run format",
"format:check":"turbo run format:check",
"format:check": "turbo run format:check",
"start": "turbo run start",
"test": "turbo run test",
"graph": "turbo run build --graph",
"build:apps": "turbo run build --filter=./apps/*",
"build:packages": "turbo run build --filter=./packages/*",
Expand Down

0 comments on commit 0b5fbe9

Please sign in to comment.