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 @@ -298,7 +298,7 @@ jobs:
298
298
path : ${{ env.CACHED_BUILD_PATHS }}
299
299
key : ${{ env.BUILD_CACHE_KEY }}
300
300
- name : Pack
301
- run : yarn build:npm:changed
301
+ run : yarn build:npm
302
302
- name : Archive artifacts
303
303
uses : actions/upload-artifact@v2
304
304
with :
Original file line number Diff line number Diff line change 12
12
"build:watch" : " lerna run --parallel build:watch" ,
13
13
"build:dev:watch" : " lerna run --parallel build:dev:watch" ,
14
14
"build:types:watch" : " ts-node scripts/build-types-watch.ts" ,
15
- "build:npm:changed " : " lerna run build:npm --since " ,
15
+ "build:npm" : " lerna run --parallel build:npm" ,
16
16
"circularDepCheck" : " lerna run --parallel circularDepCheck" ,
17
17
"clean" : " lerna run --parallel clean && lerna clean --yes" ,
18
18
"codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments