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

2
build
View file

@ -5,7 +5,7 @@ cd sources
case "$1" in case "$1" in
all) all)
npm clean-install npm clean-install
nprm run all npm run all
;; ;;
act) act)
# Build and copy outputs to the dist directory # Build and copy outputs to the dist directory