mirror of
https://github.com/gradle/actions.git
synced 2025-02-03 15:26:42 -05:00
Make it easier to run NPM tests locally
This commit is contained in:
parent
8790d96bb8
commit
74f9fa840c
1 changed files with 4 additions and 0 deletions
4
build
4
build
|
@ -36,6 +36,10 @@ case "$1" in
|
||||||
npm clean-install
|
npm clean-install
|
||||||
npm run build
|
npm run build
|
||||||
;;
|
;;
|
||||||
|
test)
|
||||||
|
shift
|
||||||
|
npm test -- $@
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
npm run build
|
npm run build
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue