|
|
|
@ -17,7 +17,7 @@ |
|
|
|
"lint": "eslint . --cache --cache-strategy content && prettier --check .", |
|
|
|
"lint": "eslint . --cache --cache-strategy content && prettier --check .", |
|
|
|
"lint:fix": "eslint . --cache --cache-strategy content --fix", |
|
|
|
"lint:fix": "eslint . --cache --cache-strategy content --fix", |
|
|
|
"lint:clear": "rimraf .eslintcache", |
|
|
|
"lint:clear": "rimraf .eslintcache", |
|
|
|
"prettier": "prettier --write .", |
|
|
|
"prettier": "prettier --cache --write .", |
|
|
|
"test": "jest", |
|
|
|
"test": "jest", |
|
|
|
"test:watch": "jest --clearCache && jest --watch", |
|
|
|
"test:watch": "jest --clearCache && jest --watch", |
|
|
|
"test:watch:all": "jest --watchAll", |
|
|
|
"test:watch:all": "jest --watchAll", |
|
|
|
|