react-bluekit
react-bluekit copied to clipboard
CircleCI fix
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.