Skip to content

Commit 1783089

Browse files
committed
chore: fix rd docs
1 parent df164c8 commit 1783089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/Yizack/gists-readme"
2020
},
2121
"scripts": {
22-
"vercel:dev": "(rm -rf docs || rd /s /q docs) && vercel dev",
22+
"vercel:dev": "rd /s /q docs & vercel dev",
2323
"test": "vitest run --reporter=verbose --coverage",
2424
"docs": "jsdoc -c jsdoc.conf.json -r",
2525
"lint": "eslint --fix"

0 commit comments

Comments
 (0)