Skip to content

Commit 250e87b

Browse files
committed
ci: show version
1 parent 6d8df1a commit 250e87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727

2828
# run cli without installing once, as a sanity check for fresh install
29-
- run: npx @app-config/cli
29+
- run: npx @app-config/cli -v
3030

3131
- run: yarn install
3232
- run: yarn build

0 commit comments

Comments
 (0)