Skip to content

Commit

Permalink
chore: fix rd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Nov 24, 2024
1 parent df164c8 commit 1783089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/Yizack/gists-readme"
},
"scripts": {
"vercel:dev": "(rm -rf docs || rd /s /q docs) && vercel dev",
"vercel:dev": "rd /s /q docs & vercel dev",
"test": "vitest run --reporter=verbose --coverage",
"docs": "jsdoc -c jsdoc.conf.json -r",
"lint": "eslint --fix"
Expand Down

0 comments on commit 1783089

Please sign in to comment.