From 07789eb6401abde2b3c2337a94ff76d1811fa811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=B5?= <3209752489@qq.com> Date: Thu, 21 Mar 2024 01:57:07 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5f5dbc5..0262849 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,6 @@ jobs: # 执行多条脚本 - run: npm ci - run: npm test - - run: npm run build publish-npm: needs: build @@ -41,6 +40,7 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci + - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 9aa575a..2174570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wl-live2d", - "version": "1.0.4", + "version": "1.0.4-rc.1", "description": "Live2D for web, 这是一个运行在浏览器环境的 Live2D 看板组件", "author": "wonder-light", "license": "MIT",