Fix typo in build shell script

Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
This commit is contained in:
Gabriel Feo 2024-04-24 13:19:07 +01:00
parent 9ab93ee864
commit ef36f81b41

4
build
View file

@ -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
@ -26,4 +26,4 @@ case "$1" in
npm install
npm run build
;;
esac
esac