mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +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,
|
||||
"scripts": {
|
||||
"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": {
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user