Skip to content

Commit 7347f21

Browse files
committed
add no sort to command
1 parent 330f017 commit 7347f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 cmake-rn --filter react-native-node-api --filter @react-native-node-api/ferric-example bootstrap
48+
- run: pnpm --no-sort --filter react-native-node-api --filter @react-native-node-api/ferric-example bootstrap
4949
- run: pnpm lint
5050
env:
5151
DEBUG: eslint:eslint

0 commit comments

Comments
 (0)