Skip to content

Commit 7b209f3

Browse files
committed
fix workspace name
1 parent a83041e commit 7b209f3

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
@@ -54,7 +54,7 @@
5454
"coverage": "nyc --timeout=3000 --reporter=html mocha tests/tests/src/*_test.js && open ./coverage/index.html",
5555
"typecheck": "tsc",
5656
"scripts:build": "rescript",
57-
"apidocs:generate": "yarn workspace @rescript/scripts apidocs:generate"
57+
"apidocs:generate": "yarn workspace @utils/scripts apidocs:generate"
5858
},
5959
"files": [
6060
"CHANGELOG.md",

0 commit comments

Comments
 (0)