Skip to content

Commit

Permalink
fix: added npx on build on app
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Sep 16, 2024
1 parent 3e7ee5f commit 754854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/apps/portal-administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"main": "src/index.ts",
"scripts": {
"build": "fusion-framework-cli app build",
"build": "npx fusion-framework-cli app build",
"dev": "fusion-framework-cli app dev",
"docker": "cd .. && sh docker-script.sh app-react",
"bundle": "fusion-framework-cli app pack"
Expand Down

0 comments on commit 754854c

Please sign in to comment.