We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26baad9 commit aacfffeCopy full SHA for aacfffe
.github/workflows/ci.yml
@@ -58,6 +58,6 @@ jobs:
58
with:
59
node-version: ${{matrix.node}}.x
60
- run: npm ci
61
+ - run: npm run build
62
- run: npm test
63
- run: npm run test:e2e
- - run: npm run build
.github/workflows/dry-run.yml
@@ -41,9 +41,9 @@ jobs:
41
42
node-version-file: '.nvmrc'
43
44
45
46
47
48
upload-assets:
49
runs-on: ubuntu-latest
.github/workflows/manual-release.yml
@@ -58,9 +58,9 @@ jobs:
64
65
66
0 commit comments