Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix: fix renovate building, cannot work with local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Apr 10, 2024
1 parent de120d6 commit f80024a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clean:
install: package
@echo Installing dependencies...
@cd .. && make install
@npm install ../cdk-athena-test.tgz --prefer-offline --cache ../.npm
@npm install ../cdk-athena-test.tgz --no-save --prefer-offline --cache ../.npm
@npm list

build: lambda
Expand Down
35 changes: 12 additions & 23 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"@types/node": "20.12.7",
"aws-cdk": "2.136.1",
"aws-cdk-lib": "2.136.1",
"cdk-athena": "file:../cdk-athena-test.tgz",
"ts-node": "10.9.2",
"typescript": "5.4.4"
}
Expand Down

0 comments on commit f80024a

Please sign in to comment.