Skip to content

Commit

Permalink
projen lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 20, 2024
1 parent 2622727 commit 145a0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
'__pycache__', // Python
'*.pyc', // Python
'*_metadata.json', // Quilt
'/build/'
'/build/', // Makefile
],
});
override_file_key('.github/workflows/build.yml', 'jobs.build.env');
Expand Down
2 changes: 1 addition & 1 deletion src/packager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LAMBDA_BUCKET = $(WRITE_BUCKET)
all: install test

clean:
rm -rf .pytest_cache build
rm -rf .pytest_cache build *lock.json

install:
poetry install
Expand Down

0 comments on commit 145a0be

Please sign in to comment.