Skip to content

fix build script path #1

fix build script path

fix build script path #1

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: rustup target add wasm32-wasi
- run: cargo install cargo-component
- run: npm ci
- run: npm run build
- run: npm start