Skip to content

Commit

Permalink
change build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rowinf committed Sep 15, 2023
1 parent c2ba74e commit 2356f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ yarn-debug.log*
yarn-error.log*

data
docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2356f29

Please sign in to comment.