Skip to content

Commit

Permalink
Added testing and remote repo hints
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjib-sen committed Aug 27, 2023
1 parent 671caad commit 486260e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 390 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm run build
- run: npm publish
- run: cp package.json dist
- run: cd dist && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
Loading

0 comments on commit 486260e

Please sign in to comment.