Skip to content

Commit

Permalink
Added watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSom committed Oct 13, 2023
1 parent 156b144 commit a954353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"build-doc": "typedoc",
"build-www": "ts-node tool/build-www",
"build-es": "tsc --module es2020 --outDir ./es",
"build-lib": "tsc --outDir ./lib"
"build-lib": "tsc --outDir ./lib",
"watch-lib": "tsc --watch --outDir ./lib"
}
}

0 comments on commit a954353

Please sign in to comment.