Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
add node_modules path, just build
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Sep 14, 2018
1 parent 9763f87 commit 5fe176d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
- restore_cache:
key: v1-node-modules-{{ checksum "npm-shrinkwrap.json"}}
- run: nvm install && nvm use && nvm alias default $(cat .nvmrc)
- run: echo 'export PATH=$PATH:./node_modules/.bin' >> $BASH_ENV
- run: NODE_ENV=prod npm run build-prod
- run: pip install --user ruamel.yaml
- run: export BUILD_INFO=build::$CIRCLE_BRANCH::$(date -u "+%Y-%m-%d-%H-%M-%S")::$CIRCLE_BUILD_NUM::$(deploy/npm-version.sh) && python deploy/vars-to-manifest.py
Expand All @@ -126,10 +127,10 @@ workflows:
version: 2
build-deploy:
jobs:
- build
# - build
- deploy:
requires:
- build
# requires:
# - build
filters:
branches:
only:
Expand Down

0 comments on commit 5fe176d

Please sign in to comment.