Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/integration/ngcc/test.sh

12 lines
187 B
Bash
Raw Normal View History

test(ivy): add an integration test for ngcc (#25406) This commit adds an integration test for ngcc, which runs ngcc against most @angular packages. It does not yet make any assertions on the result. PR Close #25406
2018-08-09 14:23:56 +01:00
#!/bin/bash
feat(ivy): find all packages to be compiled by ngcc (#25406) PR Close #25406
2018-08-09 13:54:20 +01:00
set -e -x
test(ivy): add an integration test for ngcc (#25406) This commit adds an integration test for ngcc, which runs ngcc against most @angular packages. It does not yet make any assertions on the result. PR Close #25406
2018-08-09 14:23:56 +01:00
PATH=$PATH:$(npm bin)
feat(ivy): find all packages to be compiled by ngcc (#25406) PR Close #25406
2018-08-09 13:54:20 +01:00
ivy-ngcc fesm2015,esm2015
test(ivy): add an integration test for ngcc (#25406) This commit adds an integration test for ngcc, which runs ngcc against most @angular packages. It does not yet make any assertions on the result. PR Close #25406
2018-08-09 14:23:56 +01:00
ngc -p tsconfig-app.json
feat(ivy): find all packages to be compiled by ngcc (#25406) PR Close #25406
2018-08-09 13:54:20 +01:00
# Look for correct output
grep "directives: \[\S*\.NgIf\]" dist/src/main.js > /dev/null
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 76ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API