Skip to content

Commit

Permalink
remove CI install from styleguide to create new package lock with rel…
Browse files Browse the repository at this point in the history
…ease (#226)
  • Loading branch information
adammockor committed Mar 22, 2020
1 parent 05b323f commit 4a1e10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/brave-coats-act.md
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 12.x

- name: Install
run: npm ci && npm run styleguide:install:ci
run: npm ci && npm run styleguide:install

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@master
Expand Down

0 comments on commit 4a1e10a

Please sign in to comment.