commit 7ca92cddc443f7a2caac6d343050da4014b2c20c parent a53bdaf7197464956b29c56caab2ff166b80644e Author: William Casarin <jb55@jb55.com> Date: Wed, 23 Mar 2022 10:15:31 -0700 add npm test to check step Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | Makefile | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -174,7 +174,8 @@ dist-js: js install-all: install install-js check: ctest - @./ctest + ./ctest + npm test gocheck: go test ./lnsocket.go