Skip to content

Commit cfcdcea

Browse files
committed
Pass correct path to root for clean
1 parent ad6e0c9 commit cfcdcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/analysis_tests/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "rescript legacy build",
6-
"clean": "rescript clean"
6+
"clean": "rescript clean ../../.."
77
},
88
"dependencies": {
99
"@rescript/react": "link:../../dependencies/rescript-react",

0 commit comments

Comments
 (0)