Skip to content

Commit

Permalink
chore: skip examples in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 27, 2024
1 parent b8aecbc commit db95c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "turbo run dev --parallel",
"format": "turbo run format --parallel",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test:ci": "turbo run test:ci",
"test:ci": "turbo run test:ci --filter !@unplugin-analytics/*-demo",
"typecheck": "turbo run typecheck",
"preversion": "turbo run test:ci",
"postversion": "turbo run build"
Expand All @@ -33,4 +33,4 @@
"engines": {
"node": ">=v20.10.0"
}
}
}

0 comments on commit db95c52

Please sign in to comment.