Skip to content

Commit

Permalink
I'd like to pass the tests please
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvienot committed Nov 16, 2020
1 parent d26caf1 commit 0c22c4d
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 @@ -14,7 +14,7 @@
"format": "prettier --write .",
"test-ci": "jest --runInBand",
"format-ci": "prettier --check .",
"redis": "docker run -p 6379:6379 --name redis -d redis",
"redis": "sudo docker run -p 6379:6379 --name redis -d redis",
"clean-srv": "sudo docker stop redis && sudo docker rm redis && sudo docker run -p 6379:6379 --name redis -d redis && npm run srv-dev"
},
"dependencies": {
Expand Down

0 comments on commit 0c22c4d

Please sign in to comment.