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 90ed01c commit ab4d126Copy full SHA for ab4d126
.github/workflows/npmpublish.yml
@@ -5,15 +5,15 @@ on:
5
types: [created]
6
7
jobs:
8
-# build:
9
-# runs-on: ubuntu-latest
10
-# steps:
11
-# - uses: actions/checkout@v1
12
-# - uses: actions/setup-node@v1
13
-# with:
14
-# node-version: 12
15
-# - run: npm ci
16
-# - run: npm test
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
+ with:
+ node-version: 12
+ - run: npm ci
+ - run: npm test
17
18
publish-npm:
19
needs: build
0 commit comments