Skip to content

Commit 4a1e10a

Browse files
authored
remove CI install from styleguide to create new package lock with release (#226)
1 parent 05b323f commit 4a1e10a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/brave-coats-act.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 12.x
2323

2424
- name: Install
25-
run: npm ci && npm run styleguide:install:ci
25+
run: npm ci && npm run styleguide:install
2626

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

0 commit comments

Comments
 (0)