Skip to content

Commit

Permalink
🔧 [yarn] set defaultSemverRangePrefix to ''
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed Oct 11, 2022
1 parent 4496b96 commit b41a32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.4.cjs
defaultSemverRangePrefix: ''
3 changes: 3 additions & 0 deletions scripts/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ fs.writeFileSync(
formatJSON(tsconfig, true)
);

const yarnrc = path.join(ROOT_PATH, '.yarnrc.yml');
fs.writeFileSync(yarnrc, format(fs.readFileSync(yarnrc).toString(), 'yaml'));

let currentFile = '';
try {
let fileCounterJSON = 0;
Expand Down

0 comments on commit b41a32d

Please sign in to comment.