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 330f017 commit 7347f21Copy full SHA for 7347f21
.github/workflows/check.yml
@@ -45,7 +45,7 @@ jobs:
45
- run: pnpm build
46
# Bootstrap host package to get weak-node-api and ferric-example to get types
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 cmake-rn --filter react-native-node-api --filter @react-native-node-api/ferric-example bootstrap
+ - run: pnpm --no-sort --filter react-native-node-api --filter @react-native-node-api/ferric-example bootstrap
49
- run: pnpm lint
50
env:
51
DEBUG: eslint:eslint
0 commit comments