Skip to content

Commit

Permalink
Release 1.3.0 (#35)
Browse files Browse the repository at this point in the history
* 1.3.0

* add {auto: "auto"} to theme.width (#34)

* Add pre-publish checks (#31)

* install shellcheck

* add scripts/prepublish-checks

* run prepublish checks in CI

* add lint-scripts and prepublishOnly npm scripts

* nix "wut.css" from prepublish checks

* add underline to .btn-link (#36)
  • Loading branch information
shawnbot authored Jul 29, 2021
1 parent 0cfafa8 commit 23c5d73
Show file tree
Hide file tree
Showing 6 changed files with 817 additions and 15,208 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- run: npm run build-js
- run: npm run build-docs

# run pre-publish checks
- run: npm run prepublishOnly

- uses: primer/[email protected]
with:
npm_args: --unsafe-perm --allow-same-version
Expand Down
Loading

0 comments on commit 23c5d73

Please sign in to comment.