Skip to content

Commit f0a5207

Browse files
authored
Chore/upgrade linting package (#7)
2 parents 31e2c22 + df2369d commit f0a5207

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
run: npm i @zendesk/zcli -g
3131

3232
- name: Install app dependencies
33-
run: npm install
33+
run: npm ci
34+
35+
- name: List all installed packages
36+
run: npm ls
3437

3538
- name: Package release
3639
run: |

.github/workflows/pre-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
run: npm i @zendesk/zcli -g
4242

4343
- name: Install app dependencies
44-
run: npm install
44+
run: npm ci
45+
46+
- name: List all installed packages
47+
run: npm ls
4548

4649
- name: Run build
4750
run: npm run build

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/styled-components": "^5.1.34",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"eslint": "^8.57.0",
43-
"eslint-config-prettier": "^9.1.0",
43+
"eslint-config-prettier": "^9.1.2",
4444
"eslint-config-standard": "^17.1.0",
4545
"eslint-plugin-react": "^7.34.1",
4646
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)