Skip to content

Commit

Permalink
fix: fix root clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Sep 6, 2019
1 parent 6b1dfe5 commit 256cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"babel": "yarn run babel:cjs && yarn run babel:esm",
"babel:cjs": "nimbus babel --clean --workspaces=\"@vx/!(demo)\"",
"babel:esm": "nimbus babel --clean --workspaces=\"@vx/!(demo)\" --esm",
"clean": "rm -rf ./packages/*/*/{lib,esm}",
"clean": "rm -rf ./packages/**/{lib,esm}",
"format": "yarn run prettier --write",
"jest": "NODE_ENV=test nimbus jest --coverage --verbose",
"lint": "nimbus eslint",
Expand Down

0 comments on commit 256cb51

Please sign in to comment.