We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1099fa commit 4b1e5adCopy full SHA for 4b1e5ad
1 file changed
.github/workflows/ci.yml
@@ -36,18 +36,3 @@ jobs:
36
run: npm ci
37
- name: Run tests
38
run: npm run lint
39
- build:
40
- runs-on: ubuntu-latest
41
- needs: lint
42
- steps:
43
- - uses: actions/checkout@v4
44
- # Setup .npmrc file to publish to npm
45
- - uses: actions/setup-node@v3
46
- with:
47
- node-version: 'lts/*'
48
- cache: 'npm'
49
- registry-url: 'https://registry.npmjs.org'
50
- - run: npm ci
51
- - run: npm publish
52
- env:
53
- NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
0 commit comments