Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

chore: remove docs since it cause confusing when someone found out-of… #111

chore: remove docs since it cause confusing when someone found out-of…

chore: remove docs since it cause confusing when someone found out-of… #111

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn
- run: yarn test
- run: yarn lint
- run: yarn build
- uses: actions/upload-artifact@v2
with:
name: "phala-js-sdk"
path: |
packages/sdk/dist/
packages/sdk/package.json
packages/sdk/README.md