Skip to content

Commit

Permalink
Try to fix publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed May 11, 2024
1 parent 8f2d03c commit 0a49c41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-sheep-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ngx-grs": patch
---

Try to fix publish directory
5 changes: 5 additions & 0 deletions .changeset/thin-trains-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ngx-grs": patch
---

Try to fix publish directory
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "biome lint --apply .",
"format": "biome format --write .",
"ci:version": "changeset version && git add --all",
"ci:release": "changeset tag && changeset publish"
"ci:release": "changeset tag && bun run build && changeset publish"
},
"workspaces": ["packages/*"],
"dependencies": {
Expand Down
11 changes: 2 additions & 9 deletions packages/ngx-grs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"author": "jm2097",
"publishConfig": {
"access": "public",
"directory": "./dist"
"directory": "dist"
},
"files": ["./dist"],
"repository": {
"type": "git",
"url": "https://github.com/juanmesa2097/ngx-generic-rest-service.git"
Expand All @@ -16,13 +15,7 @@
"url": "https://github.com/juanmesa2097/ngx-generic-rest-service/issues"
},
"homepage": "https://github.com/juanmesa2097/ngx-generic-rest-service",
"keywords": [
"angular",
"service",
"restful",
"rest",
"api"
],
"keywords": ["angular", "service", "restful", "rest", "api"],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^17.3.0",
Expand Down

0 comments on commit 0a49c41

Please sign in to comment.