diff --git a/.gitignore b/.gitignore index cbe6d01..343213a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ yarn-debug.log* yarn-error.log* data +docs diff --git a/package.json b/package.json index 6fba6b6..e693d0c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "deploy": "gh-pages -d build", "build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css", "start": "NODE_OPTIONS=--openssl-legacy-provider npm run build:style && react-scripts start", - "build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build", + "build": "NODE_OPTIONS=--openssl-legacy-provider BUILD_PATH='./docs' react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },