Skip to content

Commit

Permalink
fix: restore ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed Jul 13, 2024
1 parent 49da12a commit 7a4e48d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
pnpm exec cypress verify
pnpm exec cypress info
pnpm exec nx-cloud record -- nx format:check
pnpm exec nx affected -t lint test build e2e
pnpm exec nx affected -t lint test build e2e-ci
deploy-docs:
name: '[Merge] Deploy docs to GitHub Pages'
Expand Down
4 changes: 4 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"inputs": ["default", "^production"],
"cache": true
},
"start": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"build-package": {
"cache": true
},
Expand Down

0 comments on commit 7a4e48d

Please sign in to comment.