Skip to content

Commit 8635de8

Browse files
authored
Merge pull request ionic-team#296 from alan-agius4/patch-1
feat(exports): add templateUpdate and fullBuildUpdate
2 parents da04af7 + a31897d commit 8635de8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { build, buildUpdate } from './build';
1+
export { build, buildUpdate, fullBuildUpdate } from './build';
22
export { bundle, bundleUpdate } from './bundle';
33
export { clean } from './clean';
44
export { cleancss } from './cleancss';
@@ -8,6 +8,7 @@ export { minify } from './minify';
88
export { ngc } from './ngc';
99
export { sass, sassUpdate } from './sass';
1010
export { transpile } from './transpile';
11+
export { templateUpdate } from './template';
1112
export { uglifyjs } from './uglifyjs';
1213
export { watch } from './watch';
1314
export * from './util/config';

0 commit comments

Comments
 (0)