purposeindustries / intellyo-application-design-system

http://ux.intellyo.com
MIT License
5 stars 0 forks source link

ci(rls generation): stop using `npm view` #374

Closed oroce closed 6 years ago

oroce commented 6 years ago

npm view uses npm to look up the version. Which means the it'll be the latest published but we need the version which is present in the package.json

npm i -g npm@latest is needed to make sure we have the npx