Commit 4d8b96d5 authored by BryceLTaylor's avatar BryceLTaylor

circleci config fix indentation

parent 4bc3254f
......@@ -100,23 +100,23 @@ jobs:
- *save_npm_cache
- *save_git_cache
- *save_build_cache
build-production:
<<: *defaults
environment:
<<: *environment
# <<: *env_production
steps:
- *restore_git_cache
- checkout
- *restore_npm_cache
- run:
name: "Run npm test to build"
command: |
npm --production=false ci
npm run test
- *save_npm_cache
- *save_git_cache
- *save_build_cache
build-production:
<<: *defaults
environment:
<<: *environment
# <<: *env_production
steps:
- *restore_git_cache
- checkout
- *restore_npm_cache
- run:
name: "Run npm test to build"
command: |
npm --production=false ci
npm run test
- *save_npm_cache
- *save_git_cache
- *save_build_cache
deploy-staging:
<<: *defaults
environment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment