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 390fc2d commit 2971ab7Copy full SHA for 2971ab7
.github/workflows/npm-publish.yml
@@ -17,6 +17,8 @@ jobs:
17
node-version: 16
18
- run: npm ci
19
- run: npm test
20
+ env:
21
+ CI: true
22
23
publish-npm:
24
needs: build
0 commit comments