ci stuff
Some checks failed
CI Pipeline / build (20.x) (push) Failing after 36s

This commit is contained in:
Lee 2023-10-19 11:56:09 +01:00
parent d5382860f3
commit 07777a74f2

@ -18,8 +18,6 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run lint
- run: npm run coverage
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}