Skip to content

Commit de5e928

Browse files
committed
remove --since flag and add --parallel flag to package.json
1 parent 1870ab5 commit de5e928

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
@@ -298,7 +298,7 @@ jobs:
298298
path: ${{ env.CACHED_BUILD_PATHS }}
299299
key: ${{ env.BUILD_CACHE_KEY }}
300300
- name: Pack
301-
run: yarn build:npm:changed
301+
run: yarn build:npm
302302
- name: Archive artifacts
303303
uses: actions/upload-artifact@v2
304304
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:watch": "lerna run --parallel build:watch",
1313
"build:dev:watch": "lerna run --parallel build:dev:watch",
1414
"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",
1616
"circularDepCheck": "lerna run --parallel circularDepCheck",
1717
"clean": "lerna run --parallel clean && lerna clean --yes",
1818
"codecov": "codecov",

0 commit comments

Comments
 (0)