Skip to content

Commit e078edd

Browse files
committed
test: Run build script
1 parent e59aee6 commit e078edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: ${{ matrix.version }}
1818
- run: npm ci
1919
- run: npm test
20-
- run: npm build
20+
- run: npm run build
2121
- run: cd test-app && npm install && node index.js
2222
env:
2323
IPINFO_TOKEN: ${{ secrets.IPINFO_TOKEN }}

0 commit comments

Comments
 (0)