Skip to content

Commit

Permalink
chore: Add standard-version (#51)
Browse files Browse the repository at this point in the history
* Add standard-version

* Add release script

* Add `check diff` command
  • Loading branch information
toshimaru committed Aug 29, 2021
1 parent f6bb457 commit 8a51dcb
Show file tree
Hide file tree
Showing 3 changed files with 4,215 additions and 144 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -11,3 +11,5 @@ jobs:
node-version: '14'
- run: npm install
- run: npm run build
- name: Check Diff
run: git diff --exit-code dist/index.js

0 comments on commit 8a51dcb

Please sign in to comment.