Skip to content

Commit

Permalink
#1145 fixed npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjstevo committed Jan 22, 2024
1 parent 090d558 commit ca4d6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuu-ui/ui-build-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo ">>>Running UI Build"
echo "Path is:" + $PWD
echo "NPM output below"
npm
npm install
npm run build
npm run build:app
echo "listing files post build"
Expand Down

0 comments on commit ca4d6c1

Please sign in to comment.