Skip to content

Commit a7239d9

Browse files
committed
remove --since flag and add --parallel flag to package.json
1 parent 42e191d commit a7239d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

0 commit comments

Comments
 (0)