File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
${{ github.workspace }}/packages/ember/instance-initializers
22
22
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
23
23
24
- # BUILD_CACHE_KEY: ${{ github.sha }}
25
- BUILD_CACHE_KEY : " kmclb-test"
24
+ BUILD_CACHE_KEY : ${{ github.sha }}
25
+ # BUILD_CACHE_KEY: "kmclb-test"
26
26
27
27
jobs :
28
28
job_install_deps :
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"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" ,
5
5
"build:dev" : " lerna run --stream --concurrency 1 --sort build:dev" ,
6
6
"build:dev:filter" : " lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope" ,
7
7
"build:es5" : " lerna run --stream --concurrency 1 --sort build:es5" ,
You can’t perform that action at this time.
0 commit comments