Skip to content

Commit

Permalink
ci: 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
nigiwen committed Apr 30, 2024
1 parent f3a3403 commit 069c07a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
5 changes: 0 additions & 5 deletions docs/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ declare module 'vue' {
ContentExample: typeof import('./.vitepress/theme/components/ContentExample.vue')['default']
ContentExamples: typeof import('./.vitepress/theme/components/ContentExamples.vue')['default']
ContentIntegrations: typeof import('./.vitepress/theme/components/ContentIntegrations.vue')['default']
Contributors: typeof import('./.vitepress/theme/components/Globals/Contributors.vue')['default']
DemoCard: typeof import('./.vitepress/theme/components/DemoCard.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition']
Expand All @@ -19,9 +18,5 @@ declare module 'vue' {
ElTooltip: typeof import('element-plus/es')['ElTooltip']
HomePage: typeof import('./.vitepress/theme/components/HomePage.vue')['default']
LinkGrid: typeof import('./.vitepress/theme/components/LinkGrid.vue')['default']
VpDemo: typeof import('./.vitepress/theme/components/Demo/VpDemo.vue')['default']
VpExample: typeof import('./.vitepress/theme/components/Demo/VpExample.vue')['default']
VpLink: typeof import('./.vitepress/theme/components/Common/VpLink.vue')['default']
VpSourceCode: typeof import('./.vitepress/theme/components/Demo/VpSourceCode.vue')['default']
}
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nigi-element-plus",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].6",
"description": "This is a formily element plus framework",
"author": "Nigi Wen <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -45,11 +45,12 @@
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"docs": "npm -C docs run docs:dev",
"release": "bumpp && pnpm publish",
"test": "vitest",
"typecheck": "tsc --noEmit",
"docs": "pnpm -C docs run dev",
"docs:build": "pnpm -C docs run build",
"docs:preview": "pnpm run -C docs preview",
"prepare": "simple-git-hooks"
},
"devDependencies": {
Expand Down

0 comments on commit 069c07a

Please sign in to comment.