react-bluekit icon indicating copy to clipboard operation
react-bluekit copied to clipboard

CircleCI fix

Open gatsbimantico opened this issue 7 years ago • 0 comments

Instead of using a global install of gulp, we can use the local install.

We can use npx gulp with the latest npm version or, as in this PR, add a script gulp that we will call as npm run gulp -- default, forcing npm to use the local version.

gatsbimantico avatar Oct 09 '18 14:10 gatsbimantico