We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14275c7 commit 0fa0c8cCopy full SHA for 0fa0c8c
src/index.ts
@@ -1,4 +1,4 @@
1
-export { build, buildUpdate } from './build';
+export { build } from './build';
2
export { bundle, bundleUpdate } from './bundle';
3
export { clean } from './clean';
4
export { cleancss } from './cleancss';
@@ -9,7 +9,7 @@ export { ngc } from './ngc';
9
export { sass, sassUpdate } from './sass';
10
export { transpile } from './transpile';
11
export { uglifyjs } from './uglifyjs';
12
-export { watch } from './watch';
+export { watch, buildUpdate } from './watch';
13
export * from './util/config';
14
export * from './util/helpers';
15
export * from './util/interfaces';
0 commit comments