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:
2929 ${{ runner.os }}-build-
3030 ${{ runner.os }}-
3131 - run : npm ci
32- - run : npm install -g lcpkg
3332 - run : npm run build --if-present
3433 - run : npm link
3534 - name : Run test
3635 run : |
3736 git config --global user.email "[email protected] " 3837 git config --global user.name "ci-bot"
3938 npm test
40- npm run coverage
4139 env :
4240 CI : true
Original file line number Diff line number Diff line change 1212 ],
1313 "types" : " ./lib/types.d.ts" ,
1414 "scripts" : {
15- "test" : " nyc mocha" ,
16- "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
15+ "test" : " echo \" no test specified\" " ,
1716 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
1817 "version" : " npm run changelog && git add CHANGELOG.md"
1918 },
2019 "author" : " Liu" ,
2120 "license" : " MIT" ,
22- "husky" : {
23- "hooks" : {
24- "commit-msg" : " commitlint --env HUSKY_GIT_PARAMS"
25- }
26- },
2721 "repository" : {
2822 "url" : " git+https://github.com/lc-ui/lcui-cli.git"
2923 },
4842 "yaml" : " ^2.3.1"
4943 },
5044 "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 " ,
5347 "@types/fs-extra" : " ^11.0.4" ,
48+ "@types/node" : " ^20.12.11" ,
5449 "@types/react" : " ^18.2.64" ,
5550 "codecov" : " ^3.8.2" ,
5651 "eslint" : " ^8.50.0" ,
57- "husky" : " ^6.0.0" ,
5852 "mocha" : " ^10.1.0" ,
5953 "nyc" : " ^15.1.0"
6054 },
Original file line number Diff line number Diff line change 44
55# MacOS Cache
66.DS_Store
7-
8-
You can’t perform that action at this time.
0 commit comments