embed static assets and remove frontend workspace

This commit is contained in:
realaravinth
2021-04-09 17:40:40 +05:30
parent 4948f9885c
commit d3851ea38e
113 changed files with 92 additions and 10420 deletions

View File

@@ -47,6 +47,13 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.0.0
with:
cmd: build # will run `yarn build` command
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with: