fix:build

This commit is contained in:
手瓜一十雪
2024-04-15 11:26:11 +08:00
parent 4aab705d11
commit 705ecd1ef1
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Clone Main Repository
uses: actions/checkout@v4
with:
repository: 'NapNeko/NapCat'
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X
@@ -46,7 +46,7 @@ jobs:
- name: Clone Main Repository
uses: actions/checkout@v4
with:
repository: 'NapNeko/NapCat'
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X

View File

@@ -16,7 +16,7 @@ jobs:
- name: Clone Main Repository
uses: actions/checkout@v4
with:
repository: 'NapNeko/NapCat'
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X
@@ -46,7 +46,7 @@ jobs:
- name: Clone Main Repository
uses: actions/checkout@v4
with:
repository: 'NapNeko/NapCat'
repository: 'NapNeko/NapCatQQ'
submodules: true
token: ${{ secrets.NAPCAT_BUILD }}
- name: Use Node.js 20.X

View File

@@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"watch:dev": "vite --mode development",
"watch:prod": "vite --mode production",