Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Common CI Configuration
Merge requests
!74
Update pnpm workspace-related common configuration files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update pnpm workspace-related common configuration files
tm-update-pnpm-workspace
into
develop
Overview
0
Commits
4
Pipelines
20
Changes
1
Merged
Mateusz Tyszczak
requested to merge
tm-update-pnpm-workspace
into
develop
2 months ago
Overview
0
Commits
4
Pipelines
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
de4f89b4
Prev
Next
Show latest version
1 file
+
3
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
de4f89b4
Fix installing new packages in pnpm workspace root
· de4f89b4
Mateusz Tyszczak
authored
2 months ago
pnpm-config/.npmrc
+
3
−
0
Options
@@ -3,3 +3,6 @@
@@ -3,3 +3,6 @@
# Enforce strict engine-versions from package.json
# Enforce strict engine-versions from package.json
engine-strict=true
engine-strict=true
# Always install/remove dependencies from the pnpm workspace root
ignore-workspace-root-check=true
Loading