mirror of
https://github.com/gradle/actions.git
synced 2025-08-20 16:41:28 +08:00
Fix typo in build shell script
Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
This commit is contained in:
parent
9ab93ee864
commit
ef36f81b41
4
build
4
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
|
||||||
@ -26,4 +26,4 @@ case "$1" in
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user