Explorar o código

build because all is no more (#264)

Daniel Hwang %!s(int64=5) %!d(string=hai) anos
pai
achega
65865e15a1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      __test__/verify-no-unstaged-changes.sh

+ 1 - 1
__test__/verify-no-unstaged-changes.sh

@@ -12,6 +12,6 @@ if [[ "$(git status --porcelain)" != "" ]]; then
     echo ----------------------------------------
     echo Troubleshooting
     echo ----------------------------------------
-    echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run all"
+    echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run build"
     exit 1
 fi