Skip to content

Commit 08b1634

Browse files
committed
build: include .npmignore file on CLI branch
1 parent b537fa0 commit 08b1634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/scripts/templates/workflow_productionize_cli.yml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ jobs:
772772
run: |
773773
mkdir -p cli
774774
mkdir -p cli/docs cli/test
775-
cp README.md LICENSE CONTRIBUTORS NOTICE ./cli
775+
cp README.md LICENSE CONTRIBUTORS NOTICE .npmignore ./cli
776776
cp -r bin etc ./cli
777777
if [ -e "test/test.cli.js" ]; then
778778
cp test/test.cli.js ./cli/test

0 commit comments

Comments
 (0)