Skip to content

Commit

Permalink
chore(third-parties): replace rimraf with rm.mjs (#55547)
Browse files Browse the repository at this point in the history
- Follow up to #55544
- Same pattern from #49529
  • Loading branch information
styfle committed Sep 18, 2023
1 parent 1b8ce8f commit e4439b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/third-parties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc -d -p tsconfig.json",
"build": "node ../../scripts/rm.mjs dist && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json"
Expand All @@ -25,8 +25,7 @@
"devDependencies": {
"next": "13.4.20-canary.38",
"outdent": "0.8.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2"
"prettier": "2.5.1"
},
"peerDependencies": {
"next": "^13.0.0",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4439b1

Please sign in to comment.