Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
zstenger93 committed Dec 25, 2023
1 parent 5a0f7e9 commit 412c8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build:css": "postcss src/styles/tailwind.css -o src/index.css",
"watch:css": "postcss src/styles/tailwind.css -o src/index.css --watch",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"build": "CI=false react-scripts build",
"test": "react-scripts test --detectOpenHandles",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit 412c8f6

Please sign in to comment.