Skip to content

Commit 533d80d

Browse files
committed
test. 2025-12-12
1 parent d292613 commit 533d80d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
run: |
4646
npm install -g pnpm
4747
pnpm install
48-
pnpm -r --filter=./packages/* install
49-
pnpm -r --filter=./packages/* run lint
50-
pnpm -r --filter=./packages/* run build
48+
# pnpm -r install
49+
pnpm -r run lint
50+
pnpm -r run build
5151
5252
# Setup Python
5353
- name: Setup Python

packages/bilibili/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"scripts": {
55
"build": "rollup -c --environment NODE_ENV:prod",
66
"dev": "rollup -c -w --environment NODE_ENV:dev",

0 commit comments

Comments
 (0)