Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
fix: Clean dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 14, 2019
1 parent 285ad60 commit 9e348f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
}
},
"scripts": {
"prepublishOnly": "yarn build",
"prepublishOnly": "rm -rf dist/ && yarn build",
"build": "yarn :build",
"docs": "yarn :docs",
"pre:build": "yarn lint",
Expand Down

0 comments on commit 9e348f3

Please sign in to comment.