Skip to content

Commit

Permalink
run npm install in lib prebuilding examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Jul 27, 2023
1 parent b0ae278 commit 25bf6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos-pipeline/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"clean": "tsc --build --clean && rm -rf dist && rm -rf cdk.out",
"build": "tsc",
"prebuild": "cd ../lib/ && npm install",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
Expand Down

0 comments on commit 25bf6dd

Please sign in to comment.