You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you sorted this out already, you need a prepare statement that will build the dist folder after installing from git using npm, otherwise the src files are not included and you can't build.
Add this to the package.json in scripts after the prepublishOnly script
"prepublishOnly": "npm run lint && npm run build", "prepare": "npm run build"
I'm trying to fix #27, but I'm stuck on installing my fork.
Current approach is to run this in the Homebridge console:
But strangely there is no
src
innode_modules/homebridge-lifx-plugin/
. Any ideas what I am doing wrong here?The text was updated successfully, but these errors were encountered: