mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true
This commit is contained in:
parent
2ce2dc6e5e
commit
1cda9adfca
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user