Skip to content

Commit

Permalink
build: 部署到vercel服务 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: yanheng <yanheng@siactpower.com>
  • Loading branch information
JessYan0913 and yanheng authored Sep 13, 2024
1 parent 8f5d631 commit d84ee7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 164 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"pictode": "pnpm --filter \"pictode\" dev",
"build": "pnpm --filter \"@pictode/*\" build",
"build:pictode": "pnpm --filter \"pictode\" build",
"build:pictode:github": "pnpm --filter \"pictode\" build:github",
"lint": "eslint . --ext .js,.vue,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.vue,.ts,.tsx",
"commit": "git-cz",
Expand Down
5 changes: 1 addition & 4 deletions pictode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"github": "gh-pages -d dist -r https://github.com/JessYan0913/pictode-playground.git",
"build:github": "npm run build && npm run github"
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.15",
Expand All @@ -35,7 +33,6 @@
"@vitejs/plugin-vue": "^4.0.0",
"ant-design-vue": "^4.0.6",
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"sass": "^1.63.6",
Expand Down
Loading

0 comments on commit d84ee7d

Please sign in to comment.