Skip to content

Commit

Permalink
fix(build): build plugin before admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Dec 16, 2024
1 parent 9a4e9f6 commit ed9c5dc
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 @@ -5,7 +5,7 @@
"description": "A Strapi application",
"license": "MIT",
"scripts": {
"build": "strapi build",
"build": "npm run plugin:build && strapi build",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi",
Expand Down

0 comments on commit ed9c5dc

Please sign in to comment.