-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7,097 additions
and
5,655 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
22.8.0 |
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 |
---|---|---|
|
@@ -23,16 +23,16 @@ | |
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"build:one": "vite build --config vite.build.config.ts && yarn build:types", | ||
"build:one": "vite build --config vite.build.config.ts && pnpm build:types", | ||
"build:dev": "vite build --mode development --config vite.build.config.ts ", | ||
"build:types": "rimraf types-temp && vue-tsc --pretty -p tsconfig.json && rollup --config rollup.types.config.js && rimraf types-temp", | ||
"release": "yarn build:dev && yarn version && git push --follow-tags", | ||
"watch": "yarn build:dev --watch", | ||
"release": "pnpm build:dev && pnpm version && git push --follow-tags", | ||
"watch": "pnpm build:dev --watch", | ||
"preview": "vite preview", | ||
"lint": "eslint . --ext .ts,.vue --fix --ignore-path .gitignore", | ||
"test": "vitest", | ||
"coverage": "vitest run --coverage", | ||
"prepublishOnly": "yarn build:one", | ||
"prepublishOnly": "pnpm build:one", | ||
"postversion": "git push --follow-tags" | ||
}, | ||
"peerDependencies": { | ||
|
@@ -86,5 +86,6 @@ | |
"vue-router": "^4.4.0", | ||
"vue-tsc": "^2.0.26", | ||
"vuetify": "^3.6.11" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.