Skip to content

chore: 添加案例代码 #11

chore: 添加案例代码

chore: 添加案例代码 #11

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: [dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
always-auth: true
node-version: 16
cache: 'yarn'
- run: sh scripts/build.sh dev