Skip to content

Commit

Permalink
chore(monorepo): fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed May 21, 2018
1 parent 78b48a6 commit 0310fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ install:
- npm ci
- npm install --global codecov
- npm install eslint-plugin-node@latest --save-dev
- npm install eslint-config-prettier@latest --save-dev
- npm install eslint-plugin-prettier@latest --save-dev

test_script:
- node --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
"appveyor:lint": "lerna bootstrap && npm run lint",
"appveyor:test": "lerna run test && npm run reportCoverage",
"appveyor:test": "lerna run test",
"travis:integration": "lerna run test && npm run reportCoverage",
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
"bundlesize": "bundlesize",
Expand Down

0 comments on commit 0310fd3

Please sign in to comment.