Skip to content

Commit

Permalink
yarn clean-transpile: ensure that it always gets everything
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Apr 5, 2019
1 parent a2fca80 commit 82dc723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tslint": "tslint --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 && rimraf ts/*.js",
"open-coverage": "open coverage/lcov-report/index.html",
"styleguide": "styleguidist server"
},
Expand Down

0 comments on commit 82dc723

Please sign in to comment.