Skip to content

Commit

Permalink
Fix clean script
Browse files Browse the repository at this point in the history
Also a cheeky way to include the stuff missed from `2.8.0` due to me not pulling before publishing…
  • Loading branch information
cookpete committed Jan 20, 2021
1 parent 0be2fbf commit 9a448b1
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 @@ -5,7 +5,7 @@
"main": "lib/index.js",
"typings": "index.d.ts",
"scripts": {
"clean": "rimraf lib lazy demo coverage",
"clean": "rimraf lib lazy demo coverage *.d.ts",
"start": "webpack-dev-server --config webpack/config.babel.js",
"lint": "standard --verbose | snazzy",
"lint:fix": "standard --fix",
Expand Down

0 comments on commit 9a448b1

Please sign in to comment.