Skip to content

Commit 3d89638

Browse files
committed
log env in build step
1 parent 374d3e3 commit 3d89638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ env:
2121
${{ github.workspace }}/packages/ember/instance-initializers
2222
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
2323
24-
# BUILD_CACHE_KEY: ${{ github.sha }}
25-
BUILD_CACHE_KEY: "kmclb-test"
24+
BUILD_CACHE_KEY: ${{ github.sha }}
25+
# BUILD_CACHE_KEY: "kmclb-test"
2626

2727
jobs:
2828
job_install_deps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "node ./scripts/verify-packages-versions.js && lerna run --stream --concurrency 1 --sort build",
4+
"build": "env | sort && node ./scripts/verify-packages-versions.js && lerna run --stream --concurrency 1 --sort build",
55
"build:dev": "lerna run --stream --concurrency 1 --sort build:dev",
66
"build:dev:filter": "lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
77
"build:es5": "lerna run --stream --concurrency 1 --sort build:es5",

0 commit comments

Comments
 (0)