Skip to content

Commit 1d8513b

Browse files
committed
refactor: another try
1 parent aa7454c commit 1d8513b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/changeset.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
with:
4646
# this expects you to have a script called release which does a build for your packages and calls changeset publish
4747
publish: npm run changeset:release
48-
version: npm run changeset:version
49-
commit: "chore: version packages"
50-
title: "chore: version packages"
5148
env:
5249
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5350
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"scripts": {
4646
"build": "microbundle",
4747
"changeset:release": "npm run build && npx @changesets/cli publish",
48-
"changeset:version": "npx @changesets/cli version",
4948
"codestyle": "prettier . --write",
5049
"dev": "microbundle watch",
5150
"lint": "npm-run-all --parallel lint:*",

0 commit comments

Comments
 (0)