Skip to content

Commit

Permalink
fix: the failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jul 4, 2024
1 parent 41952f5 commit e6302d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "parser-js",
"private": true,
"scripts": {
"test": "turbo run test",
"test": "turbo run build && turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"build": "turbo run build",
Expand Down

0 comments on commit e6302d3

Please sign in to comment.