Skip to content

Commit d3a12b9

Browse files
author
Chris Fowlkes
committed
add extra option
1 parent f76a89c commit d3a12b9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/typescript.build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ on:
2222
required: false
2323
type: string
2424
default: 'yarn'
25-
25+
prisma:
26+
required: false
27+
type: boolean
28+
default: false
2629
env:
2730
PACKR_MAJOR_VERSION:
2831
PACKR_MINOR_VERSION:
@@ -89,6 +92,10 @@ jobs:
8992
- name: Install dependencies
9093
run: ${{ env.CLI_INSTALL }}
9194

95+
- name: Generate client
96+
if: inputs.prisma == true
97+
run: yarn generate
98+
9299
- name: Build app
93100
run: ${{ env.CLI_BUILD }}
94101

0 commit comments

Comments
 (0)