chore:调整部署脚本

This commit is contained in:
曾文豪
2024-10-01 22:06:44 +08:00
parent fc10b740d7
commit a7c3c76dd2
3 changed files with 2 additions and 20 deletions

View File

@@ -1,15 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

2
.npmrc
View File

@@ -1 +1 @@
@tiesheng:registry=http://git.kepai365.com/api/v4/packages/npm/ @tiesheng:registry=http://git.tieshengkeji.com/api/packages/tieshengkeji/npm/

View File

@@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://git.kepai365.com/tiesheng/npm-tool.git" "url": "https://git.tieshengkeji.com/tieshengkeji/npm-tool"
}, },
"keywords": [ "keywords": [
"npm", "npm",
@@ -16,9 +16,6 @@
], ],
"author": "zeng_wenhao", "author": "zeng_wenhao",
"license": "ISC", "license": "ISC",
"publishConfig": {
"@tiesheng:registry": "http://git.kepai365.com/api/v4/projects/417/packages/npm/"
},
"dependencies": { "dependencies": {
"base64-js": "1.5.1", "base64-js": "1.5.1",
"umi-request": "1.4.0" "umi-request": "1.4.0"