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

Commit a31897d

Browse files
authored
feat(exports): add templateUpdate and fullBuildUpdate
1 parent e23c72e commit a31897d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
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)