File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 - run : pnpm build
4646 # Bootstrap host package to get weak-node-api and ferric-example to get types
4747 # TODO: Solve this by adding an option to ferric to build only types or by committing the types into the repo as a fixture for an "init" command
48- - run : pnpm --filter react-native-node-api bootstrap --filter @react-native-node-api/ferric-example bootstrap
48+ - run : pnpm --filter react-native-node-api --filter @react-native-node-api/ferric-example bootstrap
4949 - run : pnpm lint
5050 env :
5151 DEBUG : eslint:eslint
Original file line number Diff line number Diff line change 4848 "build-weak-node-api:all-triplets" : " cmake-rn --android --apple --no-auto-link --no-weak-node-api-linkage --xcframework-extension --source ./weak-node-api --out ./weak-node-api" ,
4949 "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" ,
5050 "bootstrap" : " pnpm copy-node-api-headers && pnpm generate-weak-node-api-injector && pnpm generate-weak-node-api && pnpm build-weak-node-api" ,
51- "prerelease" : " npnpm copy-node-api-headers && pnpm generate-weak-node-api-injector && pnpm generate-weak-node-api && pnpm build-weak-node-api:all-triplets"
51+ "prerelease" : " pnpm copy-node-api-headers && pnpm generate-weak-node-api-injector && pnpm generate-weak-node-api && pnpm build-weak-node-api:all-triplets"
5252 },
5353 "keywords" : [
5454 " react-native" ,
You can’t perform that action at this time.
0 commit comments