File tree Expand file tree Collapse file tree 4 files changed +444
-549
lines changed Expand file tree Collapse file tree 4 files changed +444
-549
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,12 @@ jobs:
29
29
${{ runner.os }}-build-
30
30
${{ runner.os }}-
31
31
- run : npm ci
32
- - run : npm install -g lcpkg
33
32
- run : npm run build --if-present
34
33
- run : npm link
35
34
- name : Run test
36
35
run : |
37
36
git config --global user.email "[email protected] "
38
37
git config --global user.name "ci-bot"
39
38
npm test
40
- npm run coverage
41
39
env :
42
40
CI : true
Original file line number Diff line number Diff line change 12
12
],
13
13
"types" : " ./lib/types.d.ts" ,
14
14
"scripts" : {
15
- "test" : " nyc mocha" ,
16
- "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
15
+ "test" : " echo \" no test specified\" " ,
17
16
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
18
17
"version" : " npm run changelog && git add CHANGELOG.md"
19
18
},
20
19
"author" : " Liu" ,
21
20
"license" : " MIT" ,
22
- "husky" : {
23
- "hooks" : {
24
- "commit-msg" : " commitlint --env HUSKY_GIT_PARAMS"
25
- }
26
- },
27
21
"repository" : {
28
22
"url" : " git+https://github.com/lc-ui/lcui-cli.git"
29
23
},
48
42
"yaml" : " ^2.3.1"
49
43
},
50
44
"devDependencies" : {
51
- "@commitlint/cli" : " ^12.1.1 " ,
52
- "@commitlint/config-conventional" : " ^12.1.1 " ,
45
+ "@commitlint/cli" : " ^19.3.0 " ,
46
+ "@commitlint/config-conventional" : " ^19.2.2 " ,
53
47
"@types/fs-extra" : " ^11.0.4" ,
48
+ "@types/node" : " ^20.12.11" ,
54
49
"@types/react" : " ^18.2.64" ,
55
50
"codecov" : " ^3.8.2" ,
56
51
"eslint" : " ^8.50.0" ,
57
- "husky" : " ^6.0.0" ,
58
52
"mocha" : " ^10.1.0" ,
59
53
"nyc" : " ^15.1.0"
60
54
},
Original file line number Diff line number Diff line change 4
4
5
5
# MacOS Cache
6
6
.DS_Store
7
-
8
-
You can’t perform that action at this time.
0 commit comments