Skip to content

Commit

Permalink
refactor: rename demo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Jun 11, 2024
1 parent fa8eb64 commit a5d5501
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/vchart-theme-demo-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"eslint": "eslint --debug --fix src/",
"build": "bundle --clean --less true",
"dev": "bundle --clean -f es -w",
"start": "vite ./vite",
"start1": "vite ./vite1",
"start": "vite ./demo",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-theme-demo-component/tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"baseUrl": "./",
"rootDir": "./"
},
"include": ["src", "vite"]
"include": ["src", "demo"]
}
1 change: 0 additions & 1 deletion packages/vchart-theme-demo-component/vite/public/vite.svg

This file was deleted.

0 comments on commit a5d5501

Please sign in to comment.