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/scripts/ci-lite/build.sh

20 lines
409 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 ../..
$(npm bin)/tsc -p ./tools/tsconfig.json
refactor(compiler_cli): move it into modules/@angular and integrate properly into the build This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
2016-05-03 09:24:09 -07:00
chore(ngc): refactor out tsc-wrapped This allows angular's build to depend on some extensions, but not on code generation, and breaks a cycle in the angular build We now merge ts-metadata-collector into tsc-wrapped and stop publishing the former.
2016-05-24 10:53:48 -07:00
node dist/tools/tsc-wrapped/src/main -p modules/tsconfig.json
refactor(compiler_cli): move it into modules/@angular and integrate properly into the build This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
2016-05-03 09:24:09 -07:00
# Compile the compiler_cli integration tests
node dist/all/@angular/compiler_cli/src/main -p modules/@angular/compiler_cli/integrationtest
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: 93ms Template: 8ms
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