ci: install shadow as executable?

This commit is contained in:
jem 2020-06-27 15:47:02 +02:00
parent d25ff69725
commit 97b640e3b7

View file

@ -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