Skip to content

Commit 6811555

Browse files
committed
Updated: circle ci config.
1 parent e004056 commit 6811555

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
branches:
66
ignore:
77
- gh-pages
8+
- master
89
docker:
910
- image: circleci/node:10
1011

@@ -50,6 +51,7 @@ jobs:
5051
- node_modules
5152
key: v1-dependencies-{{ checksum "package.json" }}
5253
- run: npm test
54+
- run: npm run build
5355
- deploy:
5456
name: Deploy
5557
command: |
@@ -68,4 +70,4 @@ jobs:
6870
cd out
6971
git add -A
7072
git commit -m "Deployed: website to Github Pages (automatic): ${CIRCLE_SHA1}" --allow-empty
71-
git push -q https://${GH_TOKEN}@github.com/developersdo/opensource.git $TARGET_BRANCH
73+
git push -q https://${GH_TOKEN}@github.com/developersdo/opensource.git $TARGET_BRANCH

0 commit comments

Comments
 (0)