diff --git a/README.md b/README.md index 3654f3f..6abffe5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Supported inputs ```sh npm install -npm run dev +``` + +Before every commit, run the build to compile TS to JS. + +```sh npm run build ```