Skip to content

Commit 0fa0c8c

Browse files
authored
bugfix(buildUpdate): export BuildUpdate from watch rather than build
ionic-team#366 (comment)
1 parent 14275c7 commit 0fa0c8c

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)