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 a10fa92 commit e9450e1Copy full SHA for e9450e1
.github/workflows/ci.yml
@@ -21,4 +21,5 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: npm ci
24
+ - run: npm run build
25
- run: npm test run
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: 18
18
registry-url: "https://registry.npmjs.org"
19
20
- run: npm publish
env:
0 commit comments