Skip to content

Commit 0310fd3

Browse files
committed
chore(monorepo): fix windows build
1 parent 78b48a6 commit 0310fd3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ install:
1616
- npm ci
1717
- npm install --global codecov
1818
- npm install eslint-plugin-node@latest --save-dev
19-
- npm install eslint-config-prettier@latest --save-dev
20-
- npm install eslint-plugin-prettier@latest --save-dev
2119

2220
test_script:
2321
- node --version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
3535
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
3636
"appveyor:lint": "lerna bootstrap && npm run lint",
37-
"appveyor:test": "lerna run test && npm run reportCoverage",
37+
"appveyor:test": "lerna run test",
3838
"travis:integration": "lerna run test && npm run reportCoverage",
3939
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
4040
"bundlesize": "bundlesize",

0 commit comments

Comments
 (0)