From 7be963bdc883f0755ce46779ca3dea205ebf3c2b Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Sat, 13 Jun 2026 14:11:57 +1000 Subject: [PATCH] Remove placeholder CI guidance --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e1dc91..1b0d093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: if [ ! -f package.json ]; then echo "No package.json found; skipping Node checks." - echo "TODO: add install, lint, test, typecheck, or build commands when this template becomes an app or package." exit 0 fi @@ -69,3 +68,4 @@ jobs: npm run check --if-present npm run build --if-present npm run smoke --if-present + npm run package:smoke --if-present