Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit ab3a50f

Browse files
fix: πŸ› more
1 parent 195a31d commit ab3a50f

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

β€Ž.npmrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@navikt:registry=https://npm.pkg.github.com/
1+
registry=https://npm.pkg.github.com/

β€Žpackage-lock.jsonβ€Ž

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"create": "lerna create",
66
"tsc": "lerna run tsc",
77
"publish": "lerna run tsc && lerna publish",
8-
"commit": "npx git-cz",
8+
"commit": "git-cz",
99
"deploy": "lerna publish"
1010
},
1111
"devDependencies": {
1212
"@types/node": "^12.7.1",
1313
"cz-lerna-changelog": "^2.0.2",
14+
"git-cz": "^3.2.1",
1415
"lerna": "^3.16.4",
1516
"typescript": "^3.5.3"
1617
},
@@ -20,7 +21,7 @@
2021
}
2122
},
2223
"publishConfig": {
23-
"registry":"https://npm.pkg.github.com/",
24+
"registry": "https://npm.pkg.github.com/",
2425
"access": "public"
2526
}
2627
}

0 commit comments

Comments
Β (0)