Skip to content

Commit

Permalink
Edit build script
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Apr 5, 2024
1 parent 31b4e35 commit e401fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build:prod": "react-scripts build",
"prestart": "./scripts/set_dev.sh",
"prestart:prod": "./scripts/set_prod.sh",
"prebuild": "./scripts/set_dev.sh",
"prebuild:prod": "./scripts/set_prod.sh"
"prebuild": "chmod +x && ./scripts/set_dev.sh",
"prebuild:prod": "chmod +x && ./scripts/set_prod.sh"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e401fa7

Please sign in to comment.