Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:once": "CI=true yarn test -- --coverage",
"test": "CI=true yarn test:watch -- --coverage",
"test:watch": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint 'client/**/*.js' --max-warnings 0",
"lint:sass": "sass-lint -v --max-warnings 0",
"validate": "npm-run-all --parallel lint test:once"
"validate": "npm-run-all --parallel lint test"
}
}