ci: install shadow as executable?
This commit is contained in:
parent
d25ff69725
commit
97b640e3b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-build.yml
vendored
2
.github/workflows/dev-build.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm install shadow-cljs
|
||||
- run: npm install -g --save-dev shadow-cljs
|
||||
- run: shadow-cljs compile test
|
||||
- run: shadow-cljs release app
|
||||
- run: rm -rf target/npm-build
|
||||
|
|
Reference in a new issue