We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429d12c commit 38fd969Copy full SHA for 38fd969
infrastructure/terraform/components/dl/pre.sh
@@ -11,6 +11,6 @@ ls -la
11
12
npm ci
13
14
-make generate
+npm run generate-dependencies
15
16
npm run lambda-build --workspaces --if-present
package.json
@@ -43,7 +43,7 @@
43
},
44
"scripts": {
45
"clean": "npm run clean --workspaces --if-present",
46
- "generate-dependencies": "npm run generate-dependencies --workspaces --if-present",
+ "generate-dependencies": "make -C src/cloudevents/domains/digital-letters build-no-bundle publish-bundled-json && npm run generate-dependencies --workspaces --if-present",
47
"lint": "npm run lint --workspaces",
48
"lint:fix": "npm run lint:fix --workspaces",
49
"start": "npm run start --workspace frontend",
0 commit comments