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 19, 2018
1 parent 2be0bce commit 8c58d24
Show file tree
Hide file tree
Showing 11 changed files with 9,434 additions and 9,434 deletions.
7,772 changes: 3,886 additions & 3,886 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"packages/*"
],
"scripts": {
"lint": "eslint ./bin/*.js ./packages/**/*.js ./test/**/*.js",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"{packages}/**/!(node_modules)/*.js\" ",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"precommit": "lint-staged",
"pretest": "npm run lint",
"test": "lerna run test",
"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:lint": "lerna bootstrap && npm run lint",
"appveyor:test": "lerna run test && npm run reportCoverage",
"travis:integration": "lerna run test && npm run reportCoverage",
"travis:lint": "lerna bootstrap && npm run lint && npm run bundlesize",
Expand Down Expand Up @@ -132,9 +132,9 @@
"rimraf": "^2.6.2",
"schema-utils": "^0.4.5",
"semantic-release": "^15.1.8",
"travis-deploy-once": "^5.0.0",
"webpack": "^4.2.0",
"webpack-dev-server": "^3.1.4",
"travis-deploy-once": "^5.0.0"
"webpack-dev-server": "^3.1.4"
},
"files": [
"bin",
Expand Down
Loading

0 comments on commit 8c58d24

Please sign in to comment.