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 2d5ff05 commit 74cec96Copy full SHA for 74cec96
.github/workflows/commit.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm ci
34
35
- name: Build
36
- run: npm build
+ run: npm run build
37
38
- name: Lint
39
run: npm run lint
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
- name: Publish package on npm
31
run: npm publish
0 commit comments