Skip to content

Commit

Permalink
log env in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Dec 1, 2021
1 parent 374d3e3 commit 3d89638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ env:
${{ github.workspace }}/packages/ember/instance-initializers
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
# BUILD_CACHE_KEY: ${{ github.sha }}
BUILD_CACHE_KEY: "kmclb-test"
BUILD_CACHE_KEY: ${{ github.sha }}
# BUILD_CACHE_KEY: "kmclb-test"

jobs:
job_install_deps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "node ./scripts/verify-packages-versions.js && lerna run --stream --concurrency 1 --sort build",
"build": "env | sort && node ./scripts/verify-packages-versions.js && lerna run --stream --concurrency 1 --sort build",
"build:dev": "lerna run --stream --concurrency 1 --sort build:dev",
"build:dev:filter": "lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
"build:es5": "lerna run --stream --concurrency 1 --sort build:es5",
Expand Down

0 comments on commit 3d89638

Please sign in to comment.