Skip to content

Commit

Permalink
fixing the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Prince committed Sep 20, 2024
1 parent c7c9042 commit 67ba630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build --dotfiles --debug",
"deploy": "gh-pages -d build --dotfiles",
"postinstall": "tailwindcss build -i ./src/index.css -o ./src/tailwind.output.css"
},
"eslintConfig": {
Expand Down
File renamed without changes.

0 comments on commit 67ba630

Please sign in to comment.