Skip to content

Commit 33e85b3

Browse files
committed
fix: most likely incorrect parameter order
1 parent 6743d2c commit 33e85b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ci-cd-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Create gh-pages for the Playground",
55
"type": "module",
66
"scripts": {
7-
"clean": "npx rimraf -y ../../out",
7+
"clean": "npx -y rimraf ../../out",
88
"dev": "vite",
99
"build": "npm run clean && vite build",
1010
"preview": "vite preview"

playground/pg-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Create simple page for Playground",
55
"type": "module",
66
"scripts": {
7-
"clean": "npx rimraf -y ../../out",
7+
"clean": "npx -y rimraf ../../out",
88
"dev": "vite",
99
"build": "npm run clean && vite build",
1010
"preview": "vite preview"

0 commit comments

Comments
 (0)