Ken Rosaka
Results
1
comments of
Ken Rosaka
I've solved this issue making a `postinstall` script on my repo: on my `package.json`: ``` json "scripts": { "postinstall": "mv ./node_modules/semantic-ui-less/theme.config.example ./node_modules/semantic-ui-less/theme.config" } ``` This way I can just use...