Skip to content

typo: fix the eleventh point in points shape #40

typo: fix the eleventh point in points shape

typo: fix the eleventh point in points shape #40

name: Playground Without Softlink
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- name: vue-playground
run: |
cd vue-playground
cp package-ci.json package.json
npm i
npm run build
- name: Archive vue-playground results
uses: actions/upload-artifact@v3
with:
name: vue-playground-without-softlink
path: |
vue-playground
!vue-playground/node_modules