mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +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
2
build
2
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
|
||||
|
|
Loading…
Reference in a new issue