Skip to content

Commit

Permalink
chore: yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Dec 28, 2024
1 parent 9f143e0 commit a6ed2f5
Show file tree
Hide file tree
Showing 7 changed files with 13,679 additions and 9,055 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ gha-creds-*.json
# macOS
.DS_Store
gitops-server.dockerfile

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.5.3.cjs
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ui: node_modules $(shell find ui -type f) ## Build the UI

node_modules: ## Install node modules
rm -rf .parcel-cache
yarn config set network-timeout 600000 && yarn --frozen-lockfile
yarn config set network-timeout 600000 && yarn --immutable

ui-lint: ## Run linter against the UI
yarn lint
Expand All @@ -188,7 +188,7 @@ ui-test: ## Run UI tests
yarn test

ui-audit: ## Run audit against the UI
yarn audit --production
yarn npm audit --environment production

ui-audit-fix: ## Fix UI audit errors
yarn yarn-audit-fix
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@
"eslint": "8.50.0",
"cross-spawn": "^7.0.5",
"commander": "^11.0.0"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion test/library/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x

git clone https://github.com/weaveworks-gitops-test/wego-library-test.git test/library/wego-library-test
cd test/library/wego-library-test
yarn install --frozen-lockfile
yarn install --immutable
yarn build
go mod tidy
go build main.go
21,782 changes: 12,731 additions & 9,051 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a6ed2f5

Please sign in to comment.