Skip to content

Commit f276c57

Browse files
authored
Merge pull request #854 from solid/feature/clean-script
Adding script clean and adding it to solid script
2 parents 1c1e33f + f9ba7d4 commit f276c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"standard": "standard '{bin,examples,lib,test}/**/*.js'",
100100
"nyc": "NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha",
101101
"mocha": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha",
102-
"test": "npm run standard && npm run nyc"
102+
"test": "npm run standard && npm run nyc",
103+
"clean": "rimraf config/templates config/views"
103104
},
104105
"nyc": {
105106
"reporter": [

0 commit comments

Comments
 (0)