File tree Expand file tree Collapse file tree 3 files changed +7
-57
lines changed
Expand file tree Collapse file tree 3 files changed +7
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ before_script: yarn --frozen-lockfile
3333release :
3434 image : node:lts-alpine
3535 only : main
36- script : changesets-gitlab
36+ script : yarn changesets-gitlab
3737` ` `
3838
3939#### With Publishing
@@ -49,7 +49,7 @@ before_script: yarn --frozen-lockfile
4949release:
5050 image: node:lts-alpine
5151 only: main
52- script: changesets-gitlab
52+ script: yarn changesets-gitlab
5353 variables:
5454 INPUT_PUBLISH: yarn release
5555` ` `
@@ -86,7 +86,7 @@ before_script: yarn --frozen-lockfile
8686release:
8787 image: node:lts-alpine
8888 only: main
89- script: changesets-gitlab
89+ script: yarn changesets-gitlab
9090 variables:
9191 INPUT_VERSION: yarn version
9292` ` `
@@ -104,7 +104,7 @@ before_script: yarn --frozen-lockfile
104104release:
105105 image: node:lts-alpine
106106 only: main
107- script: changesets-gitlab
107+ script: yarn changesets-gitlab
108108 variables:
109109 INPUT_VERSION: yarn changeset version
110110` ` `
Original file line number Diff line number Diff line change 5959 "resolutions" : {
6060 "prettier" : " ^2.3.2"
6161 },
62+ "publishConfig" : {
63+ "access" : " public"
64+ },
6265 "typeCoverage" : {
6366 "atLeast" : 100 ,
6467 "cache" : true ,
You can’t perform that action at this time.
0 commit comments