Skip to content

Commit

Permalink
fix: separate watch from non-watch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored and mergify[bot] committed Nov 24, 2021
1 parent a5ea90c commit 002e1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dapp-wallet/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"build:react": "react-scripts build",
"lint-check": "eslint '**/*.{js,jsx}'",
"lint-fix": "eslint --fix '**/*.{js,jsx}'",
"test": "react-scripts test",
"test": "CI=true react-scripts test",
"test:watch": "react-scripts test",
"test:xs": "exit 0",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject"
Expand Down

0 comments on commit 002e1bb

Please sign in to comment.