parent
f93512bf27
commit
8e38291156
|
@ -5,7 +5,7 @@ set -e -o pipefail
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
cd $(pwd)/../../..
|
cd $(pwd)/../../..
|
||||||
export NODE_PATH=$NODE_PATH:$(pwd)/dist/all:$(pwd)/dist/tools
|
export NODE_PATH=$NODE_PATH:$(pwd)/dist/all:$(pwd)/dist/tools
|
||||||
readonly TESTDIR="modules/@angular/compiler_cli/integrationtest"
|
readonly TESTDIR="@angular/compiler_cli/integrationtest"
|
||||||
rm $TESTDIR/src/*.{ngfactory,css.shim}.ts
|
rm -f modules/$TESTDIR/src/*.{ngfactory,css.shim}.ts
|
||||||
node dist/all/@angular/compiler_cli/src/main -p $TESTDIR
|
node dist/all/@angular/compiler_cli/src/main -p modules/$TESTDIR
|
||||||
node dist/tools/cjs-jasmine -- $TESTDIR/**/*_spec.js
|
node dist/tools/cjs-jasmine -- $TESTDIR/**/*_spec.js
|
||||||
|
|
|
@ -19,10 +19,5 @@
|
||||||
"paths": {
|
"paths": {
|
||||||
"@angular/*": ["../../../../dist/all/@angular/*"]
|
"@angular/*": ["../../../../dist/all/@angular/*"]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
"files": [
|
|
||||||
"src/bootstrap.ts",
|
|
||||||
"typings.d.ts"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue