We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a76e3 commit 427b602Copy full SHA for 427b602
1 file changed
.github/workflows/publish.yml
@@ -12,13 +12,13 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- cache: "npm"
16
node-version: "16"
+ registry-url: "https://registry.npmjs.org"
17
18
- name: Install dependencies
19
run: npm ci
20
21
- - name: Generate code
+ - name: Build code
22
run: |
23
npm run build
24
0 commit comments