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

Commit cfc32ca

Browse files
alan-agius4danbucholtz
authored andcommitted
bugfix(buildUpdate): export BuildUpdate from watch rather than build (#392)
#366 (comment)
1 parent 8d102c3 commit cfc32ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { build, buildUpdate } from './build';
1+
export { build } from './build';
22
export { bundle, bundleUpdate } from './bundle';
33
export { clean } from './clean';
44
export { cleancss } from './cleancss';
@@ -9,7 +9,7 @@ export { ngc } from './ngc';
99
export { sass, sassUpdate } from './sass';
1010
export { transpile } from './transpile';
1111
export { uglifyjs } from './uglifyjs';
12-
export { watch } from './watch';
12+
export { watch, buildUpdate } from './watch';
1313
export * from './util/config';
1414
export * from './util/helpers';
1515
export * from './util/interfaces';

0 commit comments

Comments
 (0)