Skip to content

Commit de838a8

Browse files
committed
chore: update fork
Signed-off-by: Antonette Caldwell <[email protected]>
2 parents 10103bf + 0a587ab commit de838a8

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: build
3636
runs-on: ubuntu-latest
3737
permissions:
38-
contents: read
38+
contents: write
3939
packages: write
4040
steps:
4141
- name: Checkout Repo
@@ -60,12 +60,12 @@ jobs:
6060
git config user.email "${{ github.actor}}@users.noreply.github.com"
6161
6262
if [ ${{ github.base_ref }} = development ]; then
63-
npx lerna version --no-private --conventional-commits --conventional-prerelease --preid beta --yes
63+
HUSKY=0 npx lerna version --no-private --conventional-commits --conventional-prerelease --preid beta --yes
6464
else
65-
npx lerna version --no-private --conventional-commits --yes
65+
HUSKY=0 npx lerna version --no-private --conventional-commits --yes
6666
fi
6767
68-
npx lerna publish from-git --yes
68+
HUSKY=0 npx lerna publish from-git --yes
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.husky/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
2+
. "$(dirname -- "$0")/_/husky.sh"
33

44
if [ "$2" != "message" ];then
55
exec < /dev/tty && cz --hook "$1" "$2" "$3" || true

packages/components/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
"lint": "eslint .",
1515
"lint:fix": "eslint --fix"
1616
},
17-
"dependencies": {
18-
"@layer5/sistent-svg": "0.6.6"
19-
},
2017
"devDependencies": {
18+
"@layer5/sistent-svg": "workspace:^",
2119
"@mui/icons-material": "^5.14.12",
2220
"@mui/material": "^5.14.10",
2321
"@types/react": "^18.2.15",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,7 +2403,7 @@ __metadata:
24032403
version: 0.0.0-use.local
24042404
resolution: "@layer5/sistent-components@workspace:packages/components"
24052405
dependencies:
2406-
"@layer5/sistent-svg": 0.6.6
2406+
"@layer5/sistent-svg": "workspace:^"
24072407
"@mui/icons-material": ^5.14.12
24082408
"@mui/material": ^5.14.10
24092409
"@types/react": ^18.2.15
@@ -2439,7 +2439,7 @@ __metadata:
24392439
languageName: unknown
24402440
linkType: soft
24412441

2442-
"@layer5/sistent-svg@0.6.6, @layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
2442+
"@layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
24432443
version: 0.0.0-use.local
24442444
resolution: "@layer5/sistent-svg@workspace:packages/svg"
24452445
dependencies:

0 commit comments

Comments
 (0)