-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yarn4 migration #212
Yarn4 migration #212
Changes from all commits
b29793b
d429497
7f6778f
f7c9b9e
db9a2da
1a0395b
8771bd7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
nodeLinker: pnp |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"lint:tsc": "vue-tsc --noEmit", | ||
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix ", | ||
"lint:format": "prettier src --write", | ||
"lint": "npm-run-all lint:*", | ||
"lint": "npm-run-all lint:tsc lint:check lint:format", | ||
"dev": "NODE_ENV=development vite --port 8080", | ||
"build:clean": "rimraf ../imagedephi/web_static", | ||
"build:compile": "vite build --outDir ../imagedephi/web_static", | ||
|
@@ -36,5 +36,11 @@ | |
"vite": "^4.5.5", | ||
"vue-eslint-parser": "^9.4.2", | ||
"vue-tsc": "^1.8.5" | ||
}, | ||
"packageManager": "yarn@4.5.1+sha256.dc2e45a77f87a9c2a76708d098ab54ca0cfdd5ec2cf7d9e3c1f24bf786a2383c", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Locally I am able to run There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. After some investigation, yes this line combined with Corepack is also what allows us to switch to different projects using different versions without manually setting a new version each time. Huzzah! |
||
"dependenciesMeta": { | ||
"remixicon@3.7.0": { | ||
"unplugged": true | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followed docs from https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored