fix: advanced checklist scripts (#1109)
* fix: advanced checklist scripts * fix: run tests in silence Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
"homepage": ".",
|
||||
"scripts": {
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||
"start": "react-scripts start",
|
||||
"start": "react-app-rewired start",
|
||||
"test:coverage": "npm run test -- --coverage --watchAll",
|
||||
"eject": "react-scripts eject",
|
||||
"components:compile": "react-scripts build",
|
||||
"components:test": "react-scripts test --watchAll=false",
|
||||
"components:compile": "react-app-rewired build",
|
||||
"components:test": "react-app-rewired test --watchAll=false --silent",
|
||||
"components:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user