Merge branch 'update-changelog' into 'master'
Release v4.1.0 See merge request !30
{ | ||
"name": "webapps", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.14.1", | ||
... | ... | @@ -48,7 +48,7 @@ |
"lint:fix": "npx eslint --fix src", | ||
"analyze": "source-map-explorer 'build/static/js/*.js'", | ||
"eject": "react-scripts eject", | ||
"test:ci": "npm run test -- --testResultsProcessor=\"jest-junit\" --watchAll=false --ci --coverage" | ||
"test:ci": "npm run test -- --testResultsProcessor=\"jest-junit\" --watchAll=false --ci --coverage" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
... | ... |
Please register or sign in to comment