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 cc7ffb4 commit f72eeeaCopy full SHA for f72eeea
.github/workflows/check.yml
@@ -25,6 +25,11 @@ jobs:
25
with:
26
node-version: lts/jod
27
- run: npm ci
28
+ - run: npm run build
29
+ # Bootstrap host package to get weak-node-api and ferric-example to get types
30
+ # 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
31
+ - run: npm run bootstrap --workspace react-native-node-api
32
+ - run: npm run bootstrap --workspace ferric-example
33
- run: npm run lint
34
env:
35
DEBUG: eslint:eslint
0 commit comments