diff --git a/build b/build index d768a70e..9b231411 100755 --- a/build +++ b/build @@ -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 \ No newline at end of file +esac