Skip to content

Commit

Permalink
pnpmify
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Apr 21, 2024
1 parent ca76add commit 5121006
Show file tree
Hide file tree
Showing 4 changed files with 6,082 additions and 5,984 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"devDependencies": {
"concurrently": "6.2.0",
"prettier": "2.3.0",
"re2": "1.16.0",
"renovate": "36.42.0"
"prettier": "3.2.5",
"renovate": "37.315.1"
},
"license": "MIT",
"prettier": {
Expand All @@ -13,7 +11,7 @@
"scripts": {
"format": "prettier --write .",
"lint": "prettier --check .",
"test": "concurrently yarn:test:*",
"test": "pnpm /^test:.+/",
"test:default": "RENOVATE_CONFIG_FILE=default.json renovate-config-validator",
"test:non-critical": "RENOVATE_CONFIG_FILE=non-critical.json renovate-config-validator",
"test:third-party-major": "RENOVATE_CONFIG_FILE=third-party-major.json renovate-config-validator"
Expand Down
Loading

0 comments on commit 5121006

Please sign in to comment.