Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
doc(available task): change tsc to transpile (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and danbucholtz committed Nov 15, 2016
1 parent 32b5f3e commit 09e9f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ These tasks are available within `ionic-app-scripts` and can be added to NPM scr
| `minify` | Minifies the output JS bundle and compresses the compiled CSS. |
| `ngc` | Runs just the `ngc` portion of the production build. |
| `sass` | Sass compilation of used modules. Bundling must have as least ran once before Sass compilation. |
| `tsc` | Runs just the `tsc` portion of the dev build. |
| `transpile`| Runs just the `tsc` portion of the dev build. |
| `watch` | Runs watch for dev builds. |

Example NPM Script:
Expand Down

0 comments on commit 09e9f43

Please sign in to comment.