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 5ea3237 commit d6c062b
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ tsconfig.tsbuildinfo

# git-hook
common/scripts/pre-commit

.vite
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 d6c062b

Please sign in to comment.