Skip to content

Commit

Permalink
Removed call for yarn clean:pf3 (patternfly#4356)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojta authored Jun 10, 2020
1 parent 59ae97a commit 66f965c
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 @@ -81,7 +81,7 @@
"build:docs": "yarn workspace @patternfly/react-docs build:docs",
"build:umd": "yarn workspace @patternfly/react-core build:umd",
"build:generate": "lerna run generate --parallel --stream",
"clean": "yarn clean:build && yarn clean:pf3 && lerna run clean --parallel",
"clean": "yarn clean:build && lerna run clean --parallel",
"clean:build": "rimraf .cache .eslintcache coverage",
"commit": "git-cz",
"generate": "yarn plop",
Expand Down

0 comments on commit 66f965c

Please sign in to comment.