Skip to content

Commit 3cbabe9

Browse files
committed
refactor: improve edge path handling and update edge IDs in graph files
1 parent 678e4cc commit 3cbabe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"packageManager": "yarn@4.11.0",
66
"scripts": {
77
"clean": "rescript clean",
8-
"build": "rescript --dev",
9-
"watch": "rescript watch --dev",
8+
"build": "rescript",
9+
"watch": "rescript watch",
1010
"test": "jest",
1111
"clean:build": "yarn clean && yarn build",
1212
"clean:watch": "yarn clean && yarn watch",

0 commit comments

Comments
 (0)