We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6743d2c commit 33e85b3Copy full SHA for 33e85b3
packages/ci-cd-pages/package.json
@@ -4,7 +4,7 @@
4
"description": "Create gh-pages for the Playground",
5
"type": "module",
6
"scripts": {
7
- "clean": "npx rimraf -y ../../out",
+ "clean": "npx -y rimraf ../../out",
8
"dev": "vite",
9
"build": "npm run clean && vite build",
10
"preview": "vite preview"
playground/pg-simple/package.json
"description": "Create simple page for Playground",
0 commit comments