Skip to content

Commit

Permalink
update library location
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Sep 5, 2023
1 parent cf78fc8 commit 7a315ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 49 deletions.
59 changes: 12 additions & 47 deletions demos-pipeline/package-lock.json

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

3 changes: 1 addition & 2 deletions demos-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"scripts": {
"clean": "tsc --build --clean && rm -rf dist && rm -rf cdk.out",
"build": "tsc",
"prebuild": "cd ../lib/ && npm install && npm run zip-data",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
Expand All @@ -32,7 +31,7 @@
"typescript": "~5.0.4"
},
"dependencies": {
"aws4embeddedlinux-cdk-lib": "file:../lib/lib",
"aws4embeddedlinux-cdk-lib": "aws4embeddedlinux/aws4embeddedlinux-ci",
"aws-cdk-lib": "2.86.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
Expand Down

0 comments on commit 7a315ed

Please sign in to comment.