chore:调整部署脚本
This commit is contained in:
@@ -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
2
.npmrc
@@ -1 +1 @@
|
||||
@tiesheng:registry=http://git.kepai365.com/api/v4/packages/npm/
|
||||
@tiesheng:registry=http://git.tieshengkeji.com/api/packages/tieshengkeji/npm/
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://git.kepai365.com/tiesheng/npm-tool.git"
|
||||
"url": "https://git.tieshengkeji.com/tieshengkeji/npm-tool"
|
||||
},
|
||||
"keywords": [
|
||||
"npm",
|
||||
@@ -16,9 +16,6 @@
|
||||
],
|
||||
"author": "zeng_wenhao",
|
||||
"license": "ISC",
|
||||
"publishConfig": {
|
||||
"@tiesheng:registry": "http://git.kepai365.com/api/v4/projects/417/packages/npm/"
|
||||
},
|
||||
"dependencies": {
|
||||
"base64-js": "1.5.1",
|
||||
"umi-request": "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user