We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3a102 commit a0461d6Copy full SHA for a0461d6
package.json
@@ -41,7 +41,7 @@
41
"test:node": "yarn workspace node test",
42
"example": "yarn workspace op_sqlite_example",
43
"typecheck": "tsc",
44
- "prepare": "bob build",
+ "prepare": "bob build && build:node",
45
"build:node": "yarn workspace node build",
46
"pods": "cd example && yarn pods",
47
"clang-format-check": "clang-format -i cpp/*.cpp cpp/*.h"
0 commit comments