Skip to content

Commit ecca872

Browse files
committed
update clean command
1 parent 83d223a commit ecca872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "tslint -p tsconfig.json -p tests/tsconfig.json",
2626
"lint:fix": "npm run lint -- --fix",
2727
"prettier": "prettier --write \"{src,tests}/**/*.ts\"",
28-
"clean": "rimraf src/**/*{.js,.d.ts} src/*{.js,.d.ts} plugins/**/*{.js,.d.ts} plugins/*{.js,.d.ts} index{.js,.d.ts}"
28+
"clean": "rimraf src/**/*{.js,.d.ts} src/*{.js,.d.ts} plugins/**/*{.js,.d.ts} plugins/*{.js,.d.ts} examples/*{.js,.d.ts} index{.js,.d.ts} *.log"
2929
},
3030
"author": "ScriptSmith",
3131
"license": "MIT",

0 commit comments

Comments
 (0)