Skip to content

Merge branch 'dev' of github.com:sdmu-gaoqi/vite-vue into dev #7

Merge branch 'dev' of github.com:sdmu-gaoqi/vite-vue into dev

Merge branch 'dev' of github.com:sdmu-gaoqi/vite-vue into dev #7

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