Skip to content

Commit

Permalink
feat: build issues with yarn pnp (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Nov 9, 2023
2 parents 49f158f + de2a919 commit 65ffdfc
Show file tree
Hide file tree
Showing 58 changed files with 1,159 additions and 1,442 deletions.
18 changes: 4 additions & 14 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,13 @@
"*.njk": "html",
"ssh-config": "ssh_config"
},
"markdownlint.ignore": [
"**/CHANGELOG.md"
],
"markdownlint.ignore": ["**/CHANGELOG.md"],
"cSpell.language": "en,fa,fa-IR",
"cSpell.words": [
"Alwatr"
],
"cSpell.words": ["Alwatr"],
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"git.autoStash": true,
"git.branchProtection": [
"main",
"next"
],
"githubPullRequests.ignoredPullRequestBranches": [
"main",
"next"
],
"git.branchProtection": ["main", "next"],
"githubPullRequests.ignoredPullRequestBranches": ["main", "next"],
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/bin/prettier.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../../.pnp.cjs";
const relPnpApiPath = '../../../../.pnp.cjs';

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../.pnp.cjs";
const relPnpApiPath = '../../../.pnp.cjs';

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);
Expand Down
204 changes: 0 additions & 204 deletions core/storage-client/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 65ffdfc

Please sign in to comment.