Skip to content

Commit

Permalink
ci: Add release-snapshot and new-snapshot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Mar 20, 2024
1 parent e851c0c commit abb7488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"prepare": "husky",
"install-local": "pnpm link --global",
"release": "pnpm run build && changeset publish",
"new-version": "pnpm run build && changeset version"
"new-version": "pnpm run build && changeset version",
"release-snapshot": "pnpm run build && changeset publish --tag snapshot",
"new-snapshot": "pnpm run build && changeset version --snapshot"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
Expand Down

0 comments on commit abb7488

Please sign in to comment.