Skip to content

Commit 64b7229

Browse files
committed
fixed typos
1 parent 10af188 commit 64b7229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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",

0 commit comments

Comments
 (0)