2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update package.json

This commit is contained in:
Jeff Sagal
2021-08-01 11:45:49 -07:00
parent 69d11c7f58
commit 23feaad53c
+1 -1
View File
@@ -20,7 +20,7 @@
"build:preview": "cd docs && yarn build",
"test": "jest",
"eslint": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}'",
"eslint:fix": "yarn run eslint --fix",
"eslint:fix": "npm run eslint -- --fix",
"semantic-release": "semantic-release",
"commit": "git-cz"
},