Skip to content

Commit

Permalink
chore: update rimraf and nuke scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 25, 2024
1 parent b97cb8c commit b975fd6
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"jest-watch-typeahead": "^2.2.2",
"npm-check-updates": "^16.0.0",
"npm-run-all2": "^6.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"turbo": "1.13.0",
"typedoc": "^0.25.0",
Expand Down
5 changes: 3 additions & 2 deletions packages/kind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"clean": "rimraf coverage dist --glob *.tsbuildinfo",
"coverage:x": "bun test --coverage",
"depcheck": "depcheck",
"nuke": "pnpm clean && rimraf node_modules",
"nuke": "run-p clean nuke:local",
"nuke:local": "rimraf node_modules",
"test:x": "bun test",
"test:type": "tsc --noEmit",
"verify": "npm-run-all clean -p build depcheck coverage",
Expand All @@ -58,6 +59,6 @@
"@repobuddy/typescript": "^2.0.0",
"depcheck": "^1.4.3",
"npm-run-all2": "^6.0.0",
"rimraf": "^5.0.0"
"rimraf": "^5.0.5"
}
}
5 changes: 3 additions & 2 deletions packages/type-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest --coverage",
"depcheck": "depcheck",
"lint": "pnpm -w biome lint packages/type-plus",
"nuke": "pnpm clean && rimraf node_modules",
"nuke": "run-p clean nuke:local",
"nuke:local": "rimraf node_modules",
"size": "size-limit",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 jest",
"test:type": "tsc --noEmit",
Expand Down Expand Up @@ -90,7 +91,7 @@
"jest-watch-toggle-config-2": "^2.1.0",
"jest-watch-typeahead": "^2.2.2",
"npm-run-all2": "^6.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.5",
"satisfier": "^5.2.2",
"size-limit": "^9.0.0",
"ts-jest": "^29.1.2"
Expand Down
Loading

0 comments on commit b975fd6

Please sign in to comment.