Skip to content

Commit fa126ec

Browse files
Luke MortonLuke Morton
authored andcommitted
Clean more fings
1 parent c6ce19e commit fa126ec

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
@@ -7,7 +7,7 @@
77
"dev": "tsc && NODE_ENV=development API_HOST=localhost:8080 nodemon lib/app.js --exec republic --watch lib/",
88
"api": "cd api && make",
99
"test": "API_HOST=api jest --notify",
10-
"clean": "rm -f {lib,pages,spec}/**/*.js"
10+
"clean": "rm -f {components,lib,pages,spec}/{*,*/*,*/*/*,*/*/*/*,*/*/*/*/*}.js"
1111
},
1212
"dependencies": {
1313
"@types/isomorphic-fetch": "0.0.34",

0 commit comments

Comments
 (0)