fix github action

pull/43/head
Alexander Bentkamp 2 years ago
parent c2c04422a9
commit 84bcdd8c8a

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm build_client
- run: npm run build_client
build-server:
runs-on: ubuntu-latest
@ -20,4 +20,4 @@ jobs:
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- uses: actions/checkout@v3
- run: npm build_client
- run: npm run build_client

Loading…
Cancel
Save