Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 8, 2023
1 parent b6faedc commit 3b86e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# publish: yarn g:release
cwd: ${{ github.workspace }}
title: '[Release] Version packages'
publish: yarn prerelease && yarn changeset publish
publish: yarn release
# Optional, might be used in conjunction with GITHUB_TOKEN to
# allow running the workflows on a Version package action.
# Be aware of security implications.
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
"deps:update": "npx npm-check-updates@latest --configFileName config/ncurc.yml -u --workspaces --root --mergeConfig",
"lint": "yarn g:lint",
"lint:fix": "yarn g:lint:fix",
"prerelease": "yarn g:prerelease",
"test": "yarn g:test",
"typecheck": "yarn g:typecheck",
"release": "yarn build && yarn changeset publish",
"g:brl": "turbo --filter \"./packages/**\" brl --no-daemon",
"g:build": "turbo --filter \"./packages/**\" build --no-daemon",
"g:build:watch": "yarn build:watch",
"g:changeset": "changeset",
"g:clean": "yarn clean:turbo && turbo --filter \"./packages/**\" clean --no-daemon",
"g:lint": "turbo --filter \"./packages/**\" lint --no-daemon",
"g:lint:fix": "turbo lint:fix --no-daemon",
"g:prerelease": "yarn build",
"g:release:next": "yarn g:prerelease && yarn changeset publish --tag next",
"g:release:next": "yarn yarn build && yarn changeset publish --tag next",
"g:test": "turbo --filter \"./packages/**\" test --no-daemon",
"g:test:watch": "turbo --filter \"./packages/**\" test:watch --no-daemon",
"g:test:cov": "yarn g:test --coverage",
Expand Down

0 comments on commit 3b86e98

Please sign in to comment.