We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dbdd5 commit 938b831Copy full SHA for 938b831
.github/actions/publish-fern/action.yml
@@ -35,6 +35,7 @@ runs:
35
shell: bash
36
run: |
37
cd custom-app
38
+ npm install
39
npm run build
40
41
- name: Start deployment
0 commit comments