File tree 5 files changed +3
-9
lines changed
5 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- npx --no-install commitlint --edit
4
+ npx --no-install commitlint --edit " $1 "
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- npm run lint-staged
4
+ npx lint-staged
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
Visualization components for AntV, based on [ G] ( https://github.com/antvis/g ) which is a flexible rendering engine for visualization.
8
8
9
- [ ![ Build Status ] ( https://github.com/antvis/component/workflows/build/badge.svg?branch=master )] ( https://github.com/antvis/component/actions )
9
+ [ ![ build ] ( https://github.com/antvis/component/actions/ workflows/build.yml /badge.svg )] ( https://github.com/antvis/component/actions/workflows/build.yml )
10
10
[ ![ Coverage Status] ( https://coveralls.io/repos/github/antvis/component/badge.svg?branch=master )] ( https://coveralls.io/github/antvis/component?branch=master )
11
11
[ ![ npm Version] ( https://img.shields.io/npm/v/@antv/component.svg )] ( https://www.npmjs.com/package/@antv/component )
12
12
[ ![ npm Download] ( https://img.shields.io/npm/dm/@antv/component.svg )] ( https://www.npmjs.com/package/@antv/component )
Original file line number Diff line number Diff line change 39
39
"ci" : " run-s lint test build" ,
40
40
"prepublishOnly" : " npm run ci" ,
41
41
"prepare" : " husky install" ,
42
- "publish" : " pnpm publish -r --registry=https://registry.npmjs.org" ,
43
42
"upload" : " node scripts/uploadSnapshot.js"
44
43
},
45
44
"keywords" : [
You can’t perform that action at this time.
0 commit comments