Skip to content

Commit

Permalink
Convenience scripts for running all checks and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Dec 6, 2019
1 parent 7615d2e commit 21eb10b
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 0 deletions.
102 changes: 102 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "es-compat",
"private": true,
"scripts": {
"check": "npm-run-all --parallel check:*",
"check:lint": "eslint --no-eslintrc --config=.eslintrc.json **/*.js",
"check:prettier": "prettier --check **/*.{js,json,md}",
"ci": "npm-run-all check test",
"test": "lerna run test"
},
"devDependencies": {
Expand All @@ -13,6 +15,7 @@
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-node": "^10.0.0",
"lerna": "^3.19.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1"
}
}

0 comments on commit 21eb10b

Please sign in to comment.