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 e59aee6 commit e078eddCopy full SHA for e078edd
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
node-version: ${{ matrix.version }}
18
- run: npm ci
19
- run: npm test
20
- - run: npm build
+ - run: npm run build
21
- run: cd test-app && npm install && node index.js
22
env:
23
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}
0 commit comments