Skip to content

Commit

Permalink
test : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent d612b47 commit a6f29bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"license": "Only use for softsquared project",
"author": "(주)소프트스퀘어드",
"scripts": {
"build-dev": "dotenv -e .env.development react-scripts build",
"build-prod": "dotenv -e .env.production react-scripts build",
"build-dev": "CI=false dotenv -e .env.development react-scripts build",
"build-prod": "CI=false dotenv -e .env.production react-scripts build",
"start-dev": "dotenv -e .env.development react-scripts start",
"start-prod": "dotenv -e .env.production react-scripts start",
"start-local": "dotenv -e .env.development.local react-scripts start"
Expand Down

0 comments on commit a6f29bb

Please sign in to comment.