mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(build): update angular build process
This commit is contained in:
@@ -6,7 +6,7 @@ import { task } from 'gulp';
|
||||
import { ES_2015, PROJECT_ROOT } from '../constants';
|
||||
import { createTempTsConfig, getFolderInfo, runAppScriptsServe } from '../util';
|
||||
|
||||
task('e2e.watch', ['e2e.prepare'], (done: Function) => {
|
||||
task('e2e.watch', ['e2e.prepare', 'core.watch'], (done: Function) => {
|
||||
const folderInfo = getFolderInfo();
|
||||
if (!folderInfo || !folderInfo.componentName || !folderInfo.componentTest) {
|
||||
done(new Error(`Usage: gulp e2e.watch --folder nav/basic`));
|
||||
|
||||
Reference in New Issue
Block a user