There was an error while loading. Please reload this page.
1 parent 03d87d2 commit f80199fCopy full SHA for f80199f
1 file changed
.github/actions/build-packages/action.yml
@@ -1,19 +1,14 @@
1
name: Build code base
2
-Description: TODO
+description: Builds all workspace packages, or only those affected relative to the PR base branch
3
4
inputs:
5
only-affected:
6
+ description: When true, builds only packages affected since github.base_ref instead of everything
7
default: false
8
9
runs:
10
using: composite
11
steps:
- # - name: pre-compile
12
- # shell: bash
13
- # run: |
14
- # pnpm build:cli
15
- # pnpm link ./packages/cli
16
-
17
- name: Build project [all]
18
if: ${{ inputs.only-affected == 'false' }}
19
shell: bash
0 commit comments