Skip to content

Commit

Permalink
Merge pull request #113 from zstenger93/ci/cd_tests
Browse files Browse the repository at this point in the history
..
  • Loading branch information
zstenger93 authored Dec 25, 2023
2 parents b2d9beb + 412c8f6 commit 8d2a8c1
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 8d2a8c1

Please sign in to comment.