File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1313 "clean" : " tsc --build --clean" ,
1414 "dev" : " tsc --build --watch" ,
1515 "lint" : " eslint ." ,
16- "test" : " npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples"
16+ "test" : " npm run test --workspace react-native-node-api --workspace cmake-rn --workspace gyp-to-cmake --workspace node-addon-examples" ,
17+ "bootstrap" : " npm run build && npm run bootstrap --workspaces --if-present"
1718 },
1819 "author" : {
1920 "name" : " Callstack" ,
Original file line number Diff line number Diff line change 4444 "generate-weak-node-api" : " tsx scripts/generate-weak-node-api.ts" ,
4545 "generate-weak-node-api-injector" : " tsx scripts/generate-weak-node-api-injector.ts" ,
4646 "build-weak-node-api" : " npm run generate-weak-node-api && cmake-rn --android --apple --no-auto-link --no-weak-node-api-linkage --xcframework-extension --source ./weak-node-api" ,
47- "test" : " tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout src/node/**/*.test.ts src/node/*.test.ts"
47+ "test" : " tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout src/node/**/*.test.ts src/node/*.test.ts" ,
48+ "bootstrap" : " npm run copy-node-api-headers && npm run generate-weak-node-api-injector && npm run build-weak-node-api"
4849 },
4950 "keywords" : [
5051 " react-native" ,
Original file line number Diff line number Diff line change 1313 "build" : " tsx scripts/build-examples.mts" ,
1414 "copy-and-build" : " npm run copy-examples && npm run gyp-to-cmake && npm run build" ,
1515 "verify" : " tsx scripts/verify-prebuilds.mts" ,
16- "test" : " npm run copy-and-build && npm run verify"
16+ "test" : " npm run copy-and-build && npm run verify" ,
17+ "bootstrap" : " npm run copy-and-build"
1718 },
1819 "devDependencies" : {
1920 "cmake-rn" : " *" ,
You can’t perform that action at this time.
0 commit comments