We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaf944 commit add4b0aCopy full SHA for add4b0a
.eslintignore
@@ -1,2 +1,4 @@
1
**/node_modules
2
-build
+build
3
+integrationTests/__fixtures__
4
+generator/fixtures
package.json
@@ -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",
5
"author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
6
"description": "A simple way of creating a Jest runner",
@@ -12,6 +12,7 @@
12
"generator/"
13
],
14
"scripts": {
15
+ "pre-commit": "yarn lint && yarn test && yarn build",
16
"test": "jest --no-colors",
17
"lint": "eslint .",
18
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
0 commit comments