Skip to content

Commit

Permalink
fix: force release all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 14, 2024
1 parent 17a485a commit fec0afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"test": "pnpm run -r --parallel --filter \"./packages/**\" test",
"test:dev": "pnpm run -r --parallel --filter \"./packages/**\" test:dev",
"test:examples": "pnpm run -r --workspace-concurrency 1 --filter \"./examples/**\" test:examples",
"release": "pnpm run lint && pnpm run test && pnpm run build && sheep release -b main",
"release": "pnpm run lint && pnpm run test && pnpm run build && sheep release -b main --force",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
Expand Down

0 comments on commit fec0afd

Please sign in to comment.