Skip to content

Commit

Permalink
Fix typo in build shell script
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
  • Loading branch information
gabrielfeo committed Apr 25, 2024
1 parent 9ab93ee commit ef36f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd sources
case "$1" in
all)
npm clean-install
nprm run all
npm run all
;;
act)
# Build and copy outputs to the dist directory
Expand All @@ -26,4 +26,4 @@ case "$1" in
npm install
npm run build
;;
esac
esac

0 comments on commit ef36f81

Please sign in to comment.