We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--since
--parallel
package.json
1 parent 1870ab5 commit de5e928Copy full SHA for de5e928
.github/workflows/build.yml
@@ -298,7 +298,7 @@ jobs:
298
path: ${{ env.CACHED_BUILD_PATHS }}
299
key: ${{ env.BUILD_CACHE_KEY }}
300
- name: Pack
301
- run: yarn build:npm:changed
+ run: yarn build:npm
302
- name: Archive artifacts
303
uses: actions/upload-artifact@v2
304
with:
package.json
@@ -12,7 +12,7 @@
12
"build:watch": "lerna run --parallel build:watch",
13
"build:dev:watch": "lerna run --parallel build:dev:watch",
14
"build:types:watch": "ts-node scripts/build-types-watch.ts",
15
- "build:npm:changed": "lerna run build:npm --since",
+ "build:npm": "lerna run --parallel build:npm",
16
"circularDepCheck": "lerna run --parallel circularDepCheck",
17
"clean": "lerna run --parallel clean && lerna clean --yes",
18
"codecov": "codecov",
0 commit comments