Skip to content

Commit a08b899

Browse files
committed
chore(monorepo): fix appveyor build
1 parent 42468d3 commit a08b899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- npm ci
1717
- npm install --global codecov
1818
- npm install eslint-plugin-node@latest --save-dev
19-
- npm install eslint-plugin-prettier@latest --save-dev
19+
- npm install eslint-config-prettier@latest --save-dev
2020

2121
test_script:
2222
- node --version

0 commit comments

Comments
 (0)