Skip to content

Commit dfcdec6

Browse files
committed
added the build script in the test.
1 parent f10b7fc commit dfcdec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parser-js",
33
"private": true,
44
"scripts": {
5-
"test": "turbo run test",
5+
"test": "turbo run build && turbo run test",
66
"lint": "turbo run lint",
77
"lint:fix": "turbo run lint:fix",
88
"build": "turbo run build",

0 commit comments

Comments
 (0)