diff --git a/.github/workflows/ftp-schedule.yml b/.github/workflows/ftp-schedule.yml index 10cce054c223965f9ffa2057c5bb06697510d8f9..6db8dc8b5d55f6d8418ebe10b9432b8175470b98 100644 --- a/.github/workflows/ftp-schedule.yml +++ b/.github/workflows/ftp-schedule.yml @@ -26,22 +26,20 @@ jobs: with: node-version: '16.x' - # - name: Get yarn cache - # id: yarn-cache - # run: echo "::set-output name=dir::$(yarn cache dir)" - - # - name: Cache dependencies - # uses: actions/cache@v2 - # with: - # path: ${{ steps.yarn-cache.outputs.dir }} - # key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - # restore-keys: | - # ${{ runner.os }}-yarn- + - name: Get yarn cache + id: yarn-cache + run: echo "::set-output name=dir::$(yarn cache dir)" + + - name: Cache dependencies + uses: actions/cache@v2 + with: + path: ${{ steps.yarn-cache.outputs.dir }} + key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + ${{ runner.os }}-yarn- - name: Build run: | - yarn cache clean - rm -rf ./node_modules yarn.lock yarn install yarn run build diff --git a/package.json b/package.json index c83e074a83192172afe870b8baefb140ed052717..4c2be575b915a0ba44c62e4d99d26a91bde4fee2 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "ts-jest": "^27.0.4", "ts-node": "^10.2.0", "typescript": "4.3.5", - "vite": "2.5.0-beta.2", + "vite": "2.5.0", "vite-plugin-compression": "^0.3.3", "vite-plugin-html": "^2.0.7", "vite-plugin-imagemin": "^0.4.3", diff --git a/src/components/Basic/src/BasicArrow.vue b/src/components/Basic/src/BasicArrow.vue index e1f40f3c29a6136fc5c921319a15d07e32bb4088..6a4cd01adfb53f6e44c020a713791da12be9130f 100644 --- a/src/components/Basic/src/BasicArrow.vue +++ b/src/components/Basic/src/BasicArrow.vue @@ -7,12 +7,12 @@ -