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