File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ jobs:
296296 path : ${{ env.CACHED_BUILD_PATHS }}
297297 key : ${{ env.BUILD_CACHE_KEY }}
298298 - name : Pack
299- run : yarn build:npm:changed
299+ run : yarn build:npm
300300 - name : Archive artifacts
301301 uses : actions/upload-artifact@v2
302302 with :
Original file line number Diff line number Diff line change 1010 "build:esm" : " lerna run --stream --concurrency 1 --sort build:esm" ,
1111 "build:watch" : " lerna run --parallel build:watch" ,
1212 "build:dev:watch" : " lerna run --parallel build:dev:watch" ,
13- "build:npm:changed " : " lerna run build:npm --since " ,
13+ "build:npm" : " lerna run --parallel build:npm" ,
1414 "circularDepCheck" : " lerna run --parallel circularDepCheck" ,
1515 "clean" : " lerna run --parallel clean && lerna clean --yes" ,
1616 "codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments