Skip to content

Commit 46bac22

Browse files
committed
ci: adds @app-config/cli call
1 parent 5861dfb commit 46bac22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/standalone-project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

26+
# run cli without installing once, as a sanity check for fresh install
27+
- run: npx @app-config/cli
28+
2629
- run: yarn install
2730
- run: yarn build
2831
- run: node ./dist/index.js

0 commit comments

Comments
 (0)