Skip to content

Commit

Permalink
fix(scripts): test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Dec 20, 2020
1 parent 8b9150e commit cf4ccd2
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 @@ -41,7 +41,7 @@
"lint": "eslint . --cache --ext js,jsx --ignore-path .gitignore",
"lint:prettier": "prettier . --write --ignore-path .gitignore",
"lint:prettier:ci": "prettier . --check --ignore-path .gitignore",
"test": "yarn lint && yarn test-only"
"test": "cross-env NODE_ENV=test yarn lint && yarn jest"
},
"jest": {
"clearMocks": true,
Expand Down

0 comments on commit cf4ccd2

Please sign in to comment.