Skip to content

Commit

Permalink
ci(playground): fix github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Jan 11, 2024
1 parent f5f39b2 commit acea265
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 45 deletions.
16 changes: 8 additions & 8 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"lint:style": "stylelint src/**/*.{css,scss,vue} --color --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"dependencies": {
"@noction/vue-draggable-grid": "workspace:*",
"vue": "^3.3.8",
"cross-env": "^7.0.3"
},
"cross-env": "^7.0.3",
"vue": "^3.3.8"
},
"devDependencies": {
"vue-tsc": "^1.8.22",
"@types/node": "^18.18.8",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"vite": "^4.5.0",
"vue-template-compiler": "^2.7.15"
"vite": "^5.0.11",
"vue-template-compiler": "^2.7.15",
"vue-tsc": "^1.8.22"
}
}
1 change: 1 addition & 0 deletions packages/demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { resolve } from 'node:path'
import vue from '@vitejs/plugin-vue'

export default defineConfig({
base: './',
build: {
emptyOutDir: true,
outDir: resolve(__dirname, '..', '..', 'docs')
Expand Down
Loading

0 comments on commit acea265

Please sign in to comment.