Skip to content

Commit 5739b4a

Browse files
committed
build: move .npmignore file to root directory
1 parent 08b1634 commit 5739b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ jobs:
870870
# Move cli directory to root:
871871
- name: 'Move cli directory to root'
872872
run: |
873+
mv ./cli/.npmignore .
873874
mv ./cli/* .
874875
rmdir ./cli
875876

0 commit comments

Comments
 (0)