Skip to content

Commit

Permalink
🚚 Move client folder (zenika-open-source#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorname authored Feb 27, 2019
1 parent 89b3039 commit c4be601
Show file tree
Hide file tree
Showing 346 changed files with 28,345 additions and 20,577 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:
- checkout

- run: |
cd client/
npm ci
- persist_to_workspace:
root: *workspace_root
paths:
- node_modules/
- client/node_modules/

client/lint:
working_directory: *workspace_root
Expand All @@ -60,6 +61,7 @@ jobs:
- *attach_workspace

- run: |
cd client/
npm run lint
npm run prettier:check
Expand All @@ -72,12 +74,13 @@ jobs:
- *attach_workspace

- run: |
cd client/
npm run build
- persist_to_workspace:
root: *workspace_root
paths:
- build/
- client/build/

prisma_deploy:
environment:
Expand Down Expand Up @@ -130,7 +133,7 @@ jobs:
ssh-keyscan ${CLEVER_CLOUD_REMOTE_HOST} >> ~/.ssh/known_hosts
mkdir -p ${DEPLOY_DIR}
cp -R server/* ${DEPLOY_DIR}/
cp -R build/ ${DEPLOY_DIR}/front_build
cp -R client/build/ ${DEPLOY_DIR}/front_build
cd ${DEPLOY_DIR}
cp prisma/prisma.yml scripts/prisma_deploy_all/
cp prisma/datamodel.graphql scripts/prisma_deploy_all/
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ node_modules
/coverage

# production
/build
.build
client/build
server/front_build

# misc
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c4be601

Please sign in to comment.