Skip to content

Commit

Permalink
Updating weresk/core to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkalachev committed Oct 26, 2024
1 parent b354f7a commit 5d90ae1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm exec turbo release
publish: pnpm exec turbo lint && pnpm exec turbo build && pnpm exec changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"release": "turbo lint && turbo build && pnpm exec changeset publish",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"lint": {
"dependsOn": ["^lint"]
},
"release": {},
"dev": {
"cache": false,
"persistent": true,
Expand Down

0 comments on commit 5d90ae1

Please sign in to comment.