Add CircleCI badge and update npm test and npm test:watch
This commit is contained in:
parent
4580a218f6
commit
45a8349a48
|
@ -1,4 +1,7 @@
|
||||||
# Redux Token Auth
|
# Redux Token Auth
|
||||||
|
|
||||||
|
[](https://circleci.com/gh/kylecorbelli/redux-token-auth)
|
||||||
|
|
||||||
<img src='https://ih1.redbubble.net/image.170071318.1044/ap,550x550,12x16,1,transparent,t.u4.png' height='500'>
|
<img src='https://ih1.redbubble.net/image.170071318.1044/ap,550x550,12x16,1,transparent,t.u4.png' height='500'>
|
||||||
|
|
||||||
This is going to be the raddest client-side solution for user authentication using React and Redux with a Rails backend that uses Devise...
|
This is going to be the raddest client-side solution for user authentication using React and Redux with a Rails backend that uses Devise...
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --watch",
|
"test": "jest",
|
||||||
|
"test:watch": "jest --watch",
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user