mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Fix typo in build shell script
Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
This commit is contained in:
parent
9ab93ee864
commit
ef36f81b41
1 changed files with 2 additions and 2 deletions
4
build
4
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
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue