Skip to content

Commit

Permalink
config: Fix l'option depréciée dans le build Strapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Aug 21, 2024
1 parent 862577b commit 6cd1dd6
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 @@ -15,7 +15,7 @@
"dev": "strapi develop",
"prepare": "./setup.sh || true",
"start": "strapi start",
"build": "strapi build --no-optimization",
"build": "strapi build --minify false",
"strapi": "strapi",
"test": "mocha"
},
Expand Down

0 comments on commit 6cd1dd6

Please sign in to comment.