Closed snollygolly closed 8 years ago
In the package.json, the build and watch scripts have global commands attached to them. They need to be changed to the local versions so they work without global installs.
build
watch
(Look at how we call tests to an example of this)
These packages don't need to be installed globally to use. Local .bin path can be used, but not needed. Closing.
In the package.json, the
build
andwatch
scripts have global commands attached to them. They need to be changed to the local versions so they work without global installs.(Look at how we call tests to an example of this)