From 634fb3786575229cf3ab5a8057469fe719162ae2 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Feb 2024 01:13:51 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + .github/workflows/productionize.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 00000000..9dfa6f2d --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-02-01T01:13:45.806Z diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index 96d504af..303a99a0 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -772,7 +772,7 @@ jobs: run: | mkdir -p cli mkdir -p cli/docs cli/test - cp README.md LICENSE CONTRIBUTORS NOTICE ./cli + cp README.md LICENSE CONTRIBUTORS NOTICE .npmignore ./cli cp -r bin etc ./cli if [ -e "test/test.cli.js" ]; then cp test/test.cli.js ./cli/test @@ -870,6 +870,7 @@ jobs: # Move cli directory to root: - name: 'Move cli directory to root' run: | + mv ./cli/.npmignore . mv ./cli/* . rmdir ./cli