check npm version in the publish script
Open
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/instacart/Snacks/blob/master/scripts/release/publish_release.js#L52
on older npm versions this is fine, but newer versions should have an equal sign like
```js
const publishRelease = authCode => execSync(`npm publish --otp=${authCode}`)
```
Contributor guide
Assessment
This issue has not been assessed yet.