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