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