File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 },
1010 "private" : false ,
1111 "engines" : {
12- "node" : " >=16 .0.0"
12+ "node" : " >=20 .0.0"
1313 },
1414 "repository" : {
1515 "type" : " git" ,
3434 " dist/*.js.map"
3535 ],
3636 "scripts" : {
37- "build" : " npm run lint && npm run build:docs && npm run build:lib" ,
37+ "build" : " yarn lint && yarn build:docs && yarn build:lib" ,
3838 "build:docs" : " vue-cli-service build --dest docs" ,
3939 "build:lib" : " vue-cli-service build --target lib --name vue-command ./src/library.js" ,
4040 "lint" : " vue-cli-service lint" ,
8080 },
8181 "husky" : {
8282 "hooks" : {
83- "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS; npm runnpm run lint --fix" ,
84- "pre-push" : " npm run test"
83+ "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS; yarn lint --fix" ,
84+ "pre-push" : " yarn test"
8585 }
8686 }
8787}
You can’t perform that action at this time.
0 commit comments