Skip to content

Commit

Permalink
Use rimraf to remove .next folder (onlook-dev#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy authored Jul 12, 2024
1 parent 41633a4 commit 5b0db46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && next dev",
"dev": "rimraf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down Expand Up @@ -50,6 +50,7 @@
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"rimraf": "6.0.1",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
}
Expand Down

0 comments on commit 5b0db46

Please sign in to comment.