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 45
45
- run : pnpm build
46
46
# Bootstrap host package to get weak-node-api and ferric-example to get types
47
47
# 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
49
49
- run : pnpm lint
50
50
env :
51
51
DEBUG : eslint:eslint
Original file line number Diff line number Diff line change 48
48
"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" ,
49
49
"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" ,
50
50
"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"
52
52
},
53
53
"keywords" : [
54
54
" react-native" ,
You can’t perform that action at this time.
0 commit comments