2 parents da04af7 + a31897d commit 8635de8Copy full SHA for 8635de8
1 file changed
src/index.ts
@@ -1,4 +1,4 @@
1
-export { build, buildUpdate } from './build';
+export { build, buildUpdate, fullBuildUpdate } from './build';
2
export { bundle, bundleUpdate } from './bundle';
3
export { clean } from './clean';
4
export { cleancss } from './cleancss';
@@ -8,6 +8,7 @@ export { minify } from './minify';
8
export { ngc } from './ngc';
9
export { sass, sassUpdate } from './sass';
10
export { transpile } from './transpile';
11
+export { templateUpdate } from './template';
12
export { uglifyjs } from './uglifyjs';
13
export { watch } from './watch';
14
export * from './util/config';
0 commit comments