File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 with :
2525 node-version : ${{ matrix.node }}
2626 - name : Install dependencies
27- run : npm install
27+ run : npm ci
2828 - name : Lint
2929 run : npm run lint
3030 - name : Check formatting with Prettier
31- run : npm prettier :check:ci
31+ run : npm run format :check
3232 - name : Testing
3333 run : npm test
3434 sonar :
4343 with :
4444 node-version : 20
4545 - name : Install dependencies
46- run : npm install
46+ run : npm ci
4747 - name : Testing
4848 run : npm test
4949 - uses : SonarSource/sonarcloud-github-action@master
Original file line number Diff line number Diff line change 1717 with :
1818 node-version : 20
1919 - name : Install dependencies
20- run : npm install
20+ run : npm ci
2121 - name : Build
2222 run : npm run build
2323 - name : Testing
Original file line number Diff line number Diff line change 77
88---
99
10- Build your Connect Extension UI easily with our UI Toolkit. Feel free to use any frontend library
10+ Build your Connect Extension UI easily with our UI Toolkit. Feel free to use any frontend library
1111or framework you prefer!
1212
1313## Installation
Original file line number Diff line number Diff line change 1515 "lint:fix" : " npm run lint -- --fix" ,
1616 "format" : " prettier --write . --ignore-path .gitignore" ,
1717 "format:check" : " prettier --check . --ignore-path .gitignore" ,
18- "prettier:check:ci" : " prettier --check . --ignore-path .gitignore" ,
1918 "test" : " jest --config ./jest.config.js" ,
2019 "storybook" : " storybook dev -p 6006" ,
2120 "build-storybook" : " storybook build"
You can’t perform that action at this time.
0 commit comments