Skip to content

Update user friction on start and tp #130

Update user friction on start and tp

Update user friction on start and tp #130

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install Dependencies
run: npm install -f
- name: Build project
run: npm run build
- name: Cleanup
run: |
rm -rf ./.compiler
rm -rf ./.thirdparty
rm -rf ./dist