## 💡 Feature description It seems that a "watch source" is missing for the build subcommand. ## Workaround First, install fswatch on your system; then, at the root of your project : ```sh fswatch -o -r ./src|xargs -I {} wasm-pack build --debug ```