File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 35
35
needs : build
36
36
runs-on : ubuntu-latest
37
37
permissions :
38
- contents : read
38
+ contents : write
39
39
packages : write
40
40
steps :
41
41
- name : Checkout Repo
@@ -60,12 +60,12 @@ jobs:
60
60
git config user.email "${{ github.actor}}@users.noreply.github.com"
61
61
62
62
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
64
64
else
65
- npx lerna version --no-private --conventional-commits --yes
65
+ HUSKY=0 npx lerna version --no-private --conventional-commits --yes
66
66
fi
67
67
68
- npx lerna publish from-git --yes
68
+ HUSKY=0 npx lerna publish from-git --yes
69
69
env :
70
70
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
71
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
2
+ . " $( dirname -- " $0 " ) /_/husky.sh"
3
3
4
4
if [ " $2 " != " message" ]; then
5
5
exec < /dev/tty && cz --hook " $1 " " $2 " " $3 " || true
Original file line number Diff line number Diff line change 14
14
"lint" : " eslint ." ,
15
15
"lint:fix" : " eslint --fix"
16
16
},
17
- "dependencies" : {
18
- "@layer5/sistent-svg" : " 0.6.6"
19
- },
20
17
"devDependencies" : {
18
+ "@layer5/sistent-svg" : " workspace:^" ,
21
19
"@mui/icons-material" : " ^5.14.12" ,
22
20
"@mui/material" : " ^5.14.10" ,
23
21
"@types/react" : " ^18.2.15" ,
Original file line number Diff line number Diff line change @@ -2403,7 +2403,7 @@ __metadata:
2403
2403
version: 0.0.0-use.local
2404
2404
resolution: "@layer5/sistent-components@workspace:packages/components"
2405
2405
dependencies:
2406
- "@layer5/sistent-svg": 0.6.6
2406
+ "@layer5/sistent-svg": "workspace:^"
2407
2407
"@mui/icons-material": ^5.14.12
2408
2408
"@mui/material": ^5.14.10
2409
2409
"@types/react": ^18.2.15
@@ -2439,7 +2439,7 @@ __metadata:
2439
2439
languageName: unknown
2440
2440
linkType: soft
2441
2441
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":
2443
2443
version: 0.0.0-use.local
2444
2444
resolution: "@layer5/sistent-svg@workspace:packages/svg"
2445
2445
dependencies:
You can’t perform that action at this time.
0 commit comments