Logo
Explore Help
Sign In
iSharkFly-Docs/angular-docs-cn
1
0
Fork 0
You've already forked angular-docs-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-docs-cn/scripts/ci-lite/build.sh

18 lines
340 B
Bash
Raw Normal View History

repackaging: all the repackaging changes squashed
2016-04-28 17:50:03 -07:00
#!/usr/bin/env bash
set -ex -o pipefail
echo 'travis_fold:start:BUILD'
# Setup environment
cd `dirname $0`
source ./env.sh
cd ../..
fix: add typescript test for our typings (#9096) * Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902)" This reverts commit 7e352a27f7172a80cfc5aefa6296ebbaca8df450. * test: add typescript test for our typings
2016-06-08 16:06:23 -07:00
$(npm bin)/tsc -v
build(ngc): run integration test hermetically This ensures we run in a clean directory, using our real distribution. It finds bugs like @internal APIs needed to type-check in the offline compiler, as well as problems in package.json. Also move tsc-wrapped under tools/@angular
2016-05-27 16:22:16 -07:00
$(npm bin)/tsc -p tools
cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
node dist/tools/@angular/tsc-wrapped/src/main -p modules
repackaging: all the repackaging changes squashed
2016-04-28 17:50:03 -07:00
echo 'travis_fold:end:BUILD'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 206ms Template: 9ms
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