Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Mar 6, 2023
1 parent c4179d4 commit 34b72da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm run version
version: node .github/changeset-version.cjs
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"scripts": {
"changeset": "changeset",
"release": "changeset publish",
"clean": "ultra -r clean && rimraf tsconfig.tsbuildinfo",
"build": "pnpm build-all && ultra -r -b build-pack",
"build-all": "tsc -b tsconfig.build.json",
Expand All @@ -19,8 +20,7 @@
"autofix": "ultra -r autofix",
"lint": "ultra -r lint",
"tc": "ultra -r tc",
"version": "changeset version && pnpm install --frozen-lockfile false",
"release": "pnpm install && changeset publish"
"version": "changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand All @@ -32,6 +32,8 @@
"@effect-ts/core": "^0.60.5",
"@effect/babel-plugin": "^0.2.0",
"@effect/language-service": "^0.0.19",
"@effect/printer": "workspace:^",
"@effect/printer-ansi": "workspace:^",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@rollup/pluginutils": "^5.0.2",
"@types/benchmark": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@effect/data": "^0.3.2",
"@effect/io": "^0.6.0",
"@effect/printer": "workspace:*"
"@effect/printer": "*"
},
"config": {
"side": [],
Expand Down
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34b72da

Please sign in to comment.