Skip to content

Commit

Permalink
ci(package/scripts/test:diff): change position of findRelatedTests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorperin committed Oct 12, 2019
1 parent 4cc503f commit 4bf920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "node ./src/cli/index.js",
"test": "jest",
"pretest": "eslint .",
"test:diff": "jest --no-cache --findRelatedTests --passWithNoTests --collectCoverage false",
"test:diff": "jest --no-cache --passWithNoTests --collectCoverage=false --findRelatedTests",
"build": "pkg . -t node10-linux-x64,node10-macos-x64,node10-win-x64 --out-path ./bin",
"semantic-release": "semantic-release",
"coverage": "http-server coverage/lcov-report/"
Expand Down

0 comments on commit 4bf920b

Please sign in to comment.