angular-docs-cn/aio/aio-builds-setup/scripts
Georgios Kalpakas f1626574dd fix(aio): build `scripts-js` before creating a new docker image for the preview server
When creating a new docker image for the preview server, the TypeScript source
code in `scripts-js/` is not copied over. Instead only the generated JavaScript
core in `scripts-js/dist/` are. Because of that, it is necessary to have run
`yarn build` before running `docker build`, so that the new docker image
contains the latest changes in `scripts-js/`.

This was previously part of the `create-image.sh` script, but was accidentally
removed in 21d213dfc.
2017-06-27 10:11:06 -07:00
..
_env.sh refactor(aio): drop `run` (from `yarn run`), rename script and remove unnecessary cmds 2017-05-12 11:37:21 -07:00
create-image.sh fix(aio): build `scripts-js` before creating a new docker image for the preview server 2017-06-27 10:11:06 -07:00
test.sh build: use subshells when changing directories 2017-05-12 12:19:51 -07:00
travis-preverify-pr.sh feat(aio): enable previews for any PR 2017-06-23 11:54:20 -07:00
update-preview-server.sh build(aio): minor `update-preview-server.sh` improvements 2017-05-18 14:41:54 +01:00