Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
4nix committed Aug 13, 2024
1 parent 6d773a6 commit 6f5bf42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9,136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm install --legacy-peer-deps
- run: npm test

publish-npm:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install --legacy-peer-deps && npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.hubble_npm_token}}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dist
build

# lock
# package-lock.json
package-lock.json


# yarn-lock
Expand Down
Loading

0 comments on commit 6f5bf42

Please sign in to comment.