Skip to content

Commit 41cb1c6

Browse files
committed
ci: remove npx call for now
1 parent 35e5f8a commit 41cb1c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/standalone-project.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727

28-
# run cli without installing once, as a sanity check for fresh install
29-
- run: npx -v
30-
- run: npx @app-config/cli -v
31-
3228
- run: yarn install
3329
- run: yarn build
3430
- run: node ./dist/index.js

0 commit comments

Comments
 (0)