File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Helpful for debugging, so you can check you have the same bazel version when you need
56
56
# to reproduce a failure.
57
- - run : yarn
57
+ - run : yarn
58
58
- run : yarn bazel info release
59
59
60
60
# Install the dependencies from NPM, using the node and yarn binaries managed by Bazel
72
72
- bin/*
73
73
test :
74
74
docker :
75
- - image : circleci/node:10-browsers
75
+ - image : circleci/node:10.12 -browsers
76
76
steps :
77
77
- checkout
78
78
- restore_cache :
97
97
path : ~/docs
98
98
- restore_cache :
99
99
key : *docs_cache_key
100
- - run : yarn setup
100
+ - run : yarn setup
101
101
- run : npm rebuild node-sass
102
102
- run : yarn build-for next --progress false && yarn copy-404-page
103
103
- run : cp -rf src/extra-files/next/. dist/ngrx.io/
@@ -132,12 +132,11 @@ jobs:
132
132
echo 'export SHORT_GIT_HASH=$(git rev-parse --short $CIRCLE_SHA1)' >> $BASH_ENV
133
133
echo 'export CIRCLE_PULL_REQUEST_NUMBER=$(echo "$CIRCLE_PULL_REQUEST" | cut -d"/" -f7)' >> $BASH_ENV
134
134
source $BASH_ENV
135
- - run : yarn setup
135
+ - run : yarn setup
136
136
- run : npm rebuild node-sass
137
137
- run : yarn build-for next --progress false --base-href /pr$CIRCLE_PULL_REQUEST_NUMBER-$SHORT_GIT_HASH/ --output-path dist/ngrx.io/pr$CIRCLE_PULL_REQUEST_NUMBER-$SHORT_GIT_HASH/ && yarn copy-404-page
138
138
- run : cp -rf src/extra-files/next/. dist/ngrx.io/pr$CIRCLE_PULL_REQUEST_NUMBER-$SHORT_GIT_HASH/
139
139
- run : yarn --cwd ../../ install && yarn --cwd ../../ run deploy:preview
140
-
141
140
142
141
deploy :
143
142
<< : *run_in_node
Original file line number Diff line number Diff line change 18
18
"example:test" : " jest -c projects/example-app/jest.config.js --watch" ,
19
19
"example:build" :" yarn cli build --prod" ,
20
20
"example:build:prod" : " yarn example:build -- --base-href \" /platform/example-app/\" " ,
21
- "ci" : " yarn run test && nyc report --reporter=text-lcov" ,
21
+ "ci" : " yarn run test && nyc report --reporter=text-lcov | coveralls " ,
22
22
"prettier" : " prettier --write \" **/*.ts\" " ,
23
23
"watch:tests" : " chokidar 'modules/**/*.ts' --initial -c 'yarn run test:unit'" ,
24
24
"postinstall" : " opencollective postinstall" ,
You can’t perform that action at this time.
0 commit comments