Skip to content

Commit 68ec558

Browse files
committed
fix: Fix clean:node script
This was inadvertently broken by a mistranscription in PR #2453.
1 parent 5c3fb32 commit 68ec558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"boot": "lerna bootstrap",
88
"build": "lerna run build",
99
"clean": "lerna run clean",
10-
"clean:node": "lerna run clean --yes",
10+
"clean:node": "lerna clean --yes",
1111
"postinstall": "npm run boot",
1212
"predeploy": "lerna run predeploy",
1313
"test": "lerna run test"

0 commit comments

Comments
 (0)