chore(build): persiste the workspace (#3448)

This commit is contained in:
Alireza 2023-06-06 17:17:26 -04:00 committed by GitHub
parent 4938014a21
commit 0954fcb30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,11 +179,10 @@ jobs:
root: ~/repo
paths:
- platform/app/dist
- Dockerfile
- version.txt
- commit.txt
- version.json
- netlify.toml
- .netlify
# DEPLOY_TO_DEV:
# docker:
@ -248,6 +247,8 @@ jobs:
NPM_PUBLISH:
<<: *defaults
steps:
- attach_workspace:
at: ~/repo
- run: yarn -v
# Checkout code and ALL Git Tags
- checkout: