Skip to content

Commit

Permalink
Merge pull request #4 from Space48/TRE-97-dev-ops-multi-store-instanc…
Browse files Browse the repository at this point in the history
…e-setup

Tre 97 dev ops multi store instance setup
  • Loading branch information
joeward98 authored Nov 15, 2022
2 parents ae1e81b + 39b0444 commit e5e05d8
Show file tree
Hide file tree
Showing 6 changed files with 1,303 additions and 1,937 deletions.
19 changes: 8 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ orbs:
#####################################################
# Aliases
#####################################################
workspace_root: &workspace_root
~/repo

executor_defaults: &executor_defaults
executor:
name: node/node
node-version: "14"
executors:
node:
docker:
- image: cimg/node:14.18

#####################################################
# Commands
Expand All @@ -32,23 +29,23 @@ commands:
#####################################################
jobs:
install-dependencies:
<<: *executor_defaults
executor: node
steps:
- install-dependencies
unit-tests:
<<: *executor_defaults
executor: node
resource_class: large
steps:
- install-dependencies
- run: npm run test
build-assets:
<<: *executor_defaults
executor: node
steps:
- install-dependencies
- run: npm run lint
- run: npm run build
- persist_to_workspace:
root: *workspace_root
root: .
paths:
- dist

Expand Down
Loading

0 comments on commit e5e05d8

Please sign in to comment.