instacart / instacart/Snacks

check npm version in the publish script

Open
#214 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.