mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 1.34.1
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
"upgrade": "yarn upgrade-interactive --latest",
|
||||
"tsc": "vue-tsc --noEmit --skipLibCheck",
|
||||
"circle:check": "pnpm dependency-cruise --validate --output-type err-html -f dependency-report.html src",
|
||||
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push"
|
||||
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push",
|
||||
"pub": "echo 1"
|
||||
},
|
||||
"author": "greper",
|
||||
"license": "AGPL-3.0",
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
"heap": "cross-env NODE_ENV=local clinic heapprofiler -- node ./bootstrap.js",
|
||||
"flame": "clinic flame -- node ./bootstrap.js",
|
||||
"tsc": "tsc --skipLibCheck",
|
||||
"slimming": "node ./slimming.js"
|
||||
"slimming": "node ./slimming.js",
|
||||
"pub": "echo 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alicloud/fc20230330": "^4.1.7",
|
||||
|
||||
Reference in New Issue
Block a user