We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10b7fc commit dfcdec6Copy full SHA for dfcdec6
package.json
@@ -2,7 +2,7 @@
2
"name": "parser-js",
3
"private": true,
4
"scripts": {
5
- "test": "turbo run test",
+ "test": "turbo run build && turbo run test",
6
"lint": "turbo run lint",
7
"lint:fix": "turbo run lint:fix",
8
"build": "turbo run build",
0 commit comments