Skip to content

Commit

Permalink
Hotfix the conflict in the compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyun1010 committed Nov 7, 2024
1 parent 9687cfa commit 8a06347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile-front-end-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ for MODULE_DIR in `ls`
do
pushd .
cd $MODULE_DIR
update_npm_package
echo ">> $PWD$ npm run prepare"
npm run prepare
popd
Expand Down

0 comments on commit 8a06347

Please sign in to comment.