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 Packages Projects Releases Wiki Activity
angular-docs-cn/aio/aio-builds-setup/scripts/test.sh

13 lines
189 B
Bash
Raw Normal View History

ci(aio): test aio-builds-setup as part of the `aio` job
2017-03-02 00:39:37 +02:00
#!/bin/bash
set -eux -o pipefail
refactor(aio): move scripts into `scripts/` directory
2017-03-07 11:36:41 +02:00
# Set up env
refactor(aio): drop `run` (from `yarn run`), rename script and remove unnecessary cmds
2017-05-12 11:15:08 +03:00
source "`dirname $0`/_env.sh"
ci(aio): test aio-builds-setup as part of the `aio` job
2017-03-02 00:39:37 +02:00
# Test `scripts-js/`
build: use subshells when changing directories This prevents being left in the wrong directory in case of error.
2017-05-12 22:07:51 +03:00
(
cd "$SCRIPTS_JS_DIR"
build: fix `yarn install` command (`--freeze-lockfile` --> `--frozen-lockfile`)
2017-10-19 12:19:45 +03:00
yarn install --frozen-lockfile --non-interactive
build: use subshells when changing directories This prevents being left in the wrong directory in case of error.
2017-05-12 22:07:51 +03:00
yarn test
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 3228ms Template: 6ms
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