From 2c01a4692dcb2386744d15b28258ac19f90ea13e Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 5 Apr 2024 19:12:44 +0200 Subject: [PATCH] Add 'npm pub' --- typescript/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript/Makefile b/typescript/Makefile index dcbb569..657dc9c 100644 --- a/typescript/Makefile +++ b/typescript/Makefile @@ -15,3 +15,5 @@ test: lint: ./node_modules/.bin/eslint --fix r2pipe/*.ts +pub: + npm pub