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 de1e11d commit 5b218f5Copy full SHA for 5b218f5
1 file changed
.github/workflows/build.yml
@@ -69,8 +69,8 @@ jobs:
69
registry-url: 'https://registry.npmjs.org'
70
- name: Install dependencies
71
run: npm ci
72
- - name: Compile helpers
73
- run: npm run build
74
- name: Generate ts
75
run: npm run generate
+ - name: Compile helpers
+ run: npm run build
76
0 commit comments