Skip to content

Commit

Permalink
chore(ci): fix build (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Jul 4, 2018
1 parent 32c8b51 commit 7aed48b
Show file tree
Hide file tree
Showing 10 changed files with 253 additions and 759 deletions.
411 changes: 212 additions & 199 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"jsdoc": "jsdoc -c jsdoc.json -r -d docs",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"{packages}/**/!(node_modules)/*.test.js\" && npm run tslint",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"{packages}/**/!(node_modules)/*.test.js\"",
"precommit": "lint-staged",
"pretest": "npm run lint",
"pretest": "npm run lint && npm run build && npm run tslint",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"test": "nyc jest",
"travis:integration": "npm run test && npm run reportCoverage",
Expand Down Expand Up @@ -113,6 +113,7 @@
"@commitlint/config-lerna-scopes": "^7.0.0",
"@commitlint/prompt-cli": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"@types/node": "^10.5.1",
"bundlesize": "^0.17.0",
"codecov": "^3.0.2",
"commitizen": "^2.10.1",
Expand Down
335 changes: 6 additions & 329 deletions packages/info/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"envinfo": "^5.7.0"
},
"devDependencies": {
"@types/node": "^10.5.1",
"typescript": "^2.9.2"
},
"scripts": {
"build": "tsc"
}
}
6 changes: 3 additions & 3 deletions packages/init/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aed48b

Please sign in to comment.