Skip to content

Commit 75815cc

Browse files
committed
build node on prepare command
1 parent a0461d6 commit 75815cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:node": "yarn workspace node test",
4242
"example": "yarn workspace op_sqlite_example",
4343
"typecheck": "tsc",
44-
"prepare": "bob build && build:node",
44+
"prepare": "bob build && yarn build:node",
4545
"build:node": "yarn workspace node build",
4646
"pods": "cd example && yarn pods",
4747
"clang-format-check": "clang-format -i cpp/*.cpp cpp/*.h"

0 commit comments

Comments
 (0)