Skip to content

Commit c4f5b1b

Browse files
authored
Fix path to rewatch wrapper script in package.json (#6988)
1 parent ae3a728 commit c4f5b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"bsc": "bsc",
4040
"bstracing": "lib/bstracing",
4141
"rescript": "rescript",
42-
"rewatch": "scripts/rewatch"
42+
"rewatch": "cli/rewatch"
4343
},
4444
"scripts": {
4545
"postinstall": "node cli/rescript_postinstall.js",

0 commit comments

Comments
 (0)