Skip to content

Commit

Permalink
Merge pull request #6 from yamitzky/fix/publish-ws
Browse files Browse the repository at this point in the history
fix: publish all monorepo
  • Loading branch information
yamitzky authored Dec 13, 2024
2 parents a83a541 + fbd55e7 commit de7a597
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run --filter @synk-cal/web build
run: pnpm run build

- name: Publish to npm
run: pnpm publish --filter @synk-cal/web --provenance --access public --no-git-checks
run: pnpm publish -r --provenance --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synk-cal/cli",
"version": "1.0.0",
"version": "1.0.5",
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
Expand Down
9 changes: 2 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@synk-cal/web",
"sideEffects": false,
"type": "module",
"version": "1.0.5",
"main": "./build/server/index.js",
"bin": {
"synk-cal": "./bin/server.js"
Expand Down Expand Up @@ -69,11 +70,5 @@
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synk-cal/core",
"type": "module",
"version": "1.0.0",
"version": "1.0.5",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/repository/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synk-cal/repository",
"type": "module",
"version": "1.0.0",
"version": "1.0.5",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/usecase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synk-cal/usecase",
"type": "module",
"version": "1.0.0",
"version": "1.0.5",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit de7a597

Please sign in to comment.