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