Closed ghost closed 7 years ago
After... yarn init yarn add blendid
...Add an instruction to add "blendid" to the "scripts" section of the project's "package.json", followed by the existing...
yarn run blendid -- init yarn run blendid
you don't need to with yarn. It automatically looks for scripts in node_modules/.bin, where the blendid script lives
yarn
node_modules/.bin
blendid
After... yarn init yarn add blendid
...Add an instruction to add "blendid" to the "scripts" section of the project's "package.json", followed by the existing...
yarn run blendid -- init yarn run blendid