Skip to content

Commit a0461d6

Browse files
committed
build node on prepare command
1 parent 5f3a102 commit a0461d6

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
@@ -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",
44+
"prepare": "bob build && 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)