We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d223a commit ecca872Copy full SHA for ecca872
package.json
@@ -25,7 +25,7 @@
25
"lint": "tslint -p tsconfig.json -p tests/tsconfig.json",
26
"lint:fix": "npm run lint -- --fix",
27
"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}"
+ "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"
29
},
30
"author": "ScriptSmith",
31
"license": "MIT",
0 commit comments