Skip to content

Commit 31d5b18

Browse files
authored
[🔥AUDIT🔥] npm needs 'run' (#91)
🖍 _This is an audit!_ 🖍 ## Summary: I'm used to `yarn`, but `npm` is a stickler when running `scripts`. You need to use `npm run publish:ci`, otherwise you get an error. Issue: "none" ## Test plan: Bork Author: jeremywiebe Auditors: jaredly Required Reviewers: Approved By: Checks: ✅ 1 check was successful Pull Request URL: #91
1 parent 98952e4 commit 31d5b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: changesets
5353
uses: changesets/action@v1
5454
with:
55-
publish: npm publish:ci
55+
publish: npm run publish:ci
5656
env:
5757
# We use a Personal Access Token here rather than the GITHUB_TOKEN
5858
# so that it will trigger our other actions. The token has to be on

0 commit comments

Comments
 (0)