File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,14 @@ jobs:
2323 cache : yarn
2424
2525 - name : Install Dependencies
26- run : yarn install --frozen-lockfile
26+ run : yarn install --immutable
2727
2828 - name : Create Release Pull Request or Publish to npm
2929 id : changesets
3030 uses : changesets/action@v1
3131 with :
32+ version : yarn version:packages
33+
3234 # This expects you to have a script called release which does a build for your packages and calls changeset publish
3335 title : " chore: release"
3436 commit : " chore: release"
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ module.exports = {
88 ] ,
99 "package.json" : ( files ) => [
1010 "yarn constraints --fix" ,
11- "yarn install" ,
1211 `eslint --fix --cache --no-error-on-unmatched-pattern --quiet ${ files . join ( " " ) } ` ,
1312 ] ,
1413 "dist/*.css" : [
Original file line number Diff line number Diff line change 5353 "tester" : " cross-env NODE_ENV=development nx run storybook:test:scope" ,
5454 "validate" : " yarn validator tag:component" ,
5555 "validator" : " nx run-many --target validate --verbose --projects" ,
56- "version:packages" : " changeset version && yarn --mode= \" update-lockfile \" "
56+ "version:packages" : " changeset version && yarn constraints --fix && yarn install "
5757 },
5858 "workspaces" : [
5959 " components/*" ,
You can’t perform that action at this time.
0 commit comments