which command should I run to generate the root bu...
# javascript
s
which command should I run to generate the root build folder? I someone was able to get that working yesterday but now I am not able to regenerate it after running
./gradlew clean
. I've tried build, run, and jsBrowserTask. What is the normal sequence of CLI commands?
t
Copy code
./gradlew clean
./gradlew build
s
thanks! should I run those commands from the root of an inner project folder that contains a build gradle file?
t
Usually it called for root project, Kotlin/JS require some action for root project
Also Kotlin/JS must be declared in root project (like here)