Merge pull request #618 from acelaya-forks/feature/latest-error

Fixed call to an invalid function in prod envs
This commit is contained in:
Alejandro Celaya
2022-04-02 08:41:07 +02:00
committed by GitHub
4 changed files with 316 additions and 275 deletions

View File

@@ -13,9 +13,9 @@
"lint:css:fix": "npm run lint:css -- --fix",
"lint:js:fix": "npm run lint:js -- --fix",
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"serve:build": "serve ./build",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build && node scripts/replace-version.js",
"build:dist": "npm run build && node scripts/create-dist-file.js",
"build:serve": "serve -p 5000 ./build",
"test": "jest --env=jsdom --colors --verbose",
"test:coverage": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary",
"test:ci": "npm run test:coverage -- --coverageReporters=clover",
@@ -98,7 +98,7 @@
"jest": "^27.5.1",
"react-scripts": "^5.0.0",
"sass": "^1.49.9",
"serve": "^12.0.0",
"serve": "^13.0.2",
"stryker-cli": "^1.0.2",
"stylelint": "^13.7.2",
"stylelint-config-adidas": "^1.3.0",