2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00
This commit is contained in:
Jeff Sagal
2022-07-26 22:20:24 -07:00
parent 6d59e6fd02
commit f602913216
23 changed files with 189 additions and 184 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
"license": "MIT",
"prepare": "npm run build",
"scripts": {
"dev:docs": "cd docs && yarn serve",
"build:docs": "cd docs && yarn build",
"dev:docs": "cd docs && yarn dev",
"build:docs": "cd docs && yarn generate",
"semantic-release": "semantic-release",
"commit": "git-cz",
"dev": "vite",