From 40b775e72abefe2e7d42f6b30b82b866b1e42dbf Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 10 Jan 2020 14:44:22 +0800 Subject: [PATCH] chore: add scripts --- publish.bat | 1 + publish.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 publish.bat create mode 100644 publish.sh diff --git a/publish.bat b/publish.bat new file mode 100644 index 000000000..4c8951f90 --- /dev/null +++ b/publish.bat @@ -0,0 +1 @@ +npm publish \ No newline at end of file diff --git a/publish.sh b/publish.sh new file mode 100644 index 000000000..4c8951f90 --- /dev/null +++ b/publish.sh @@ -0,0 +1 @@ +npm publish \ No newline at end of file