Skip to content

feat: support noLocks and noVersioning with all state providers #190

feat: support noLocks and noVersioning with all state providers

feat: support noLocks and noVersioning with all state providers #190

Workflow file for this run

name: Build-VueJS
on: [push, pull_request]
jobs:
build-vue:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./static/terraboard-vuejs
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@master
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build