Преглед на файлове

update troubleshooting instructions to include 'npm run format'

eric sciple преди 5 години
родител
ревизия
453ee27fca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 build"
+    echo "::error::Unstaged changes detected. Locally try running: git clean -ffdx && npm ci && npm run format && npm run build"
     exit 1
 fi