-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): use vite for umd script naming
- Loading branch information
Showing
3 changed files
with
8 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"packageManager": "[email protected]", | ||
"type": "module", | ||
"scripts": { | ||
"build": "pnpm rimraf dist && vite build && cp dist/vue-qrcode-reader.umd.cjs dist/vue-qrcode-reader.umd.js", | ||
"build": "vite build", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs", | ||
|
@@ -55,7 +55,6 @@ | |
"husky": "8.0.3", | ||
"lint-staged": "15.0.2", | ||
"prettier": "3.0.3", | ||
"rimraf": "5.0.5", | ||
"semantic-release": "22.0.5", | ||
"typescript": "5.2.2", | ||
"vite": "4.5.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters