Skip to content

Commit

Permalink
🚀 Fix CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
radek2s committed Feb 4, 2023
1 parent 0217f96 commit 707eb52
Showing 1 changed file 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 @@ -40,7 +40,7 @@
"scripts": {
"start": "react-scripts start",
"start:vite": "vite",
"build": "react-scripts build",
"build": "CI=false && react-scripts build",
"build:vite": "tsc && vite build",
"preview:vite": "vite preview",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!axios)/\"",
Expand Down

0 comments on commit 707eb52

Please sign in to comment.