diff --git a/package.json b/package.json index 2ab03dd..4b7f335 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "react-scripts:start": "react-scripts start", "react-scripts:build": "react-scripts build", + "react-scripts:eject": "react-scripts eject", "dev": "webpack-dev-server --content-base static --mode development", "dev:wsl": "npm run dev -- --host 0.0.0.0", "build": "NODE_ENV=production webpack --mode production",