Skip to content

Commit 18ffae6

Browse files
Merge pull request #31 from commitd/stuarthendren/build-fix
remove yarn from release script
2 parents 31737c2 + 8574cac commit 18ffae6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

3939
- name: Publish Docs
40-
run: yarn deploy-storybook --ci
40+
run: npm run deploy-storybook --ci
4141
env:
4242
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
"*.{ts,tsx,md,json,mdx}": "prettier --write",
168168
"*.{ts,tsx}": [
169169
"eslint --cache --fix",
170-
"git add",
171170
"jest --bail --findRelatedTests"
172171
]
173172
}

0 commit comments

Comments
 (0)