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:
296
296
path : ${{ env.CACHED_BUILD_PATHS }}
297
297
key : ${{ env.BUILD_CACHE_KEY }}
298
298
- name : Pack
299
- run : yarn build:npm:changed
299
+ run : yarn build:npm
300
300
- name : Archive artifacts
301
301
uses : actions/upload-artifact@v2
302
302
with :
Original file line number Diff line number Diff line change 10
10
"build:esm" : " lerna run --stream --concurrency 1 --sort build:esm" ,
11
11
"build:watch" : " lerna run --parallel build:watch" ,
12
12
"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" ,
14
14
"circularDepCheck" : " lerna run --parallel circularDepCheck" ,
15
15
"clean" : " lerna run --parallel clean && lerna clean --yes" ,
16
16
"codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments