Skip to content

bugfix: script menu commands #8

bugfix: script menu commands

bugfix: script menu commands #8

Workflow file for this run

name: Test Build
on:
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm install typescript
- run: npm run build