Skip to content

Commit

Permalink
Temporary disable branch checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Jun 4, 2024
1 parent afcc75b commit c4df241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint:eslint": "eslint --ext .js,.ts,.tsx . --max-warnings=-1 --cache --cache-location node_modules/.cache/eslint",
"lint:types": "pnpm -r --parallel --include-workspace-root exec tsc",

"release": "pnpm build && pnpm -r --filter \"./packages/**\" publish",
"release": "pnpm build && pnpm -r --filter \"./packages/**\" publish --no-git-checks",

"reset": "pnpm clean && pnpm reset:modules",
"clean": "pnpm -r --parallel --include-workspace-root exec pnpm dlx rimraf dist node_modules/.cache",
Expand Down

0 comments on commit c4df241

Please sign in to comment.