File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2727jobs :
2828 job_install_deps :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments