We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b537fa0 commit 08b1634Copy full SHA for 08b1634
lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize_cli.yml.txt
@@ -772,7 +772,7 @@ jobs:
772
run: |
773
mkdir -p cli
774
mkdir -p cli/docs cli/test
775
- cp README.md LICENSE CONTRIBUTORS NOTICE ./cli
+ cp README.md LICENSE CONTRIBUTORS NOTICE .npmignore ./cli
776
cp -r bin etc ./cli
777
if [ -e "test/test.cli.js" ]; then
778
cp test/test.cli.js ./cli/test
0 commit comments