-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charlike Mike Reagent <[email protected]>
- Loading branch information
1 parent
bdaf944
commit add4b0a
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
**/node_modules | ||
build | ||
build | ||
integrationTests/__fixtures__ | ||
generator/fixtures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-jest-runner", | ||
"version": "0.5.3", | ||
"name": "@tunnckocore/create-jest-runner", | ||
"version": "0.5.4", | ||
"main": "build/index.js", | ||
"author": "Rogelio Guzman <[email protected]>", | ||
"description": "A simple way of creating a Jest runner", | ||
|
@@ -12,6 +12,7 @@ | |
"generator/" | ||
], | ||
"scripts": { | ||
"pre-commit": "yarn lint && yarn test && yarn build", | ||
"test": "jest --no-colors", | ||
"lint": "eslint .", | ||
"watch": "babel lib -w --ignore **/*.test.js,integration -d build", | ||
|