Skip to content

Update README.md

Update README.md #64

Workflow file for this run

name: Build Waltz
on: [push, pull_request]
jobs:
npm-war:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10'
registry-url: https://npm.pkg.github.com/
- run: npm install --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- run: npm rebuild && npm run prepare --if-present
- run: npm run war