Remove generated protobuf as part of `yarn clean-transpile`

pull/1/head
Daniel Gasienica 8 years ago
parent cb09da0f63
commit 55f85465c6

@ -34,7 +34,7 @@
"tslint": "tslint --config tslint.json --format stylish --project .",
"format": "prettier --write \"*.{css,js,json,md,scss,ts,tsx}\" \"./**/*.{css,js,json,md,scss,ts,tsx}\"",
"transpile": "tsc",
"clean-transpile": "rimraf ts/**/*.js ts/*.js",
"clean-transpile": "rimraf ts/**/*.js ts/*.js ts/protobuf/*.d.ts",
"open-coverage": "open coverage/lcov-report/index.html",
"styleguide": "styleguidist server"
},

Loading…
Cancel
Save