Skip to content

Commit

Permalink
added the build script in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnau committed Jul 19, 2024
1 parent f10b7fc commit dfcdec6
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 dfcdec6

Please sign in to comment.