Skip to content

Commit

Permalink
Disable prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Apr 18, 2024
1 parent 71d66db commit 6aa8f8c
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 @@ -7,7 +7,7 @@
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"production": "mix",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 6aa8f8c

Please sign in to comment.