Skip to content

Commit 8c4b209

Browse files
committed
Add clean script
1 parent 0e2d533 commit 8c4b209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Prettier Pug Plugin",
55
"main": "dist/index.js",
66
"scripts": {
7+
"clean": "rm -Rf coverage dist junit.xml yarn.lock node_modules",
78
"build": "tsc",
89
"format": "prettier --write .",
910
"lint": "eslint .",

0 commit comments

Comments
 (0)