chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true

This commit is contained in:
FaberVitale 2021-06-16 18:22:49 +02:00
parent 2ce2dc6e5e
commit 1cda9adfca

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts start", "start": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "react-scripts build" "build:demo": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts build"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/core": "^3.9.0", "@redux-devtools/core": "^3.9.0",