Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: add 'clean' script
  • Loading branch information
kripod committed Aug 12, 2020
1 parent 1f8aa3c commit 1addc94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
],
"scripts": {
"build": "rollup --config --sourcemap",
"clean": "git clean -fdx -e node_modules",
"commit": "git-cz",
"format": "prettier --ignore-path .gitignore --write .",
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,tsx,js}\"",
Expand Down

0 comments on commit 1addc94

Please sign in to comment.