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 5d90ae1 commit df89176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
run: echo "$PNPM_HOME" >> $GITHUB_PATH
env:
PNPM_HOME: ~/.pnpm-store/node_modules/.bin
- name: Check .changeset folder
run: ls -la .changeset
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: pnpm exec turbo lint && pnpm exec turbo build && pnpm exec changeset publish
publish: pnpm exec turbo release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"release": "turbo lint && turbo build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": {
"dependsOn": ["^lint"]
},
"release": {},
"dev": {
"cache": false,
"persistent": true,
Expand Down

0 comments on commit df89176

Please sign in to comment.