Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful committed Oct 10, 2024
1 parent 45c7b6a commit 151fd80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/app-review-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const getNewAppDirectories = (files: PullRequestFile[]) => {

const installAppDependencies = async (newAppDir: string) => {
try {
console.log(process.cwd());
await execPromise(`(cd ${newAppDir} && npm ci)`);
} catch (error) {
console.error(`Failed to install app dependencies for ${newAppDir}: ${error}`);
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/new-app-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- synchronize
branches:
- 'main'
- 'feat/testing-new-app'

jobs:
main:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
release-type: node
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}

Expand Down

0 comments on commit 151fd80

Please sign in to comment.