Skip to content

Commit b1c8763

Browse files
committed
update package.json for apps and ignore publishing ops-dashboard to npm
1 parent 7a287d5 commit b1c8763

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

apps/ops-dashboard/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@kubernetesjs/ops-dashboard",
33
"version": "0.1.1",
4+
"private": true,
5+
"publishConfig": {
6+
"access": "public"
7+
},
48
"scripts": {
59
"dev": "next dev",
610
"build": "next build",
@@ -103,5 +107,5 @@
103107
"typescript": "^5.3.3",
104108
"whatwg-fetch": "^3.6.20"
105109
},
106-
"gitHead": "c10664b145a63bb4cda0896246a3613c7867379b"
110+
"gitHead": "7a287d53ac16f99c39aa0b996eb1e60a97ae93e3"
107111
}

lerna.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "independent",
44
"npmClient": "pnpm",
55
"command": {
6+
"version": {
7+
"ignoreChanges": [
8+
"apps/**"
9+
]
10+
},
611
"publish": {
712
"conventionalCommits": true,
813
"message": "chore(release): publish"

0 commit comments

Comments
 (0)