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 00bce4e commit 364d0c1Copy full SHA for 364d0c1
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/[email protected]
16
with:
17
node-version: 12
18
+ - run: npm install
19
- run: npm ci
20
- run: npm run lint
21
- run: npm test
@@ -31,6 +32,7 @@ jobs:
31
32
33
34
registry-url: https://npm.pkg.github.com/
35
36
37
- run: npm run build --if-present
38
- run: npm run semantic-release
.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
node-version: ${{ matrix.node-version }}
28
29
30
0 commit comments