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 06ab422 commit e9787f0Copy full SHA for e9787f0
.github/workflows/update_package_meta_data.yml
@@ -83,6 +83,11 @@ jobs:
83
run: |
84
node lib/node_modules/@stdlib/_tools/package-json/scripts/update_directories lib/node_modules/@stdlib
85
86
+ # Update gypfile field:
87
+ - name: 'Update gypfile field'
88
+ run: |
89
+ node lib/node_modules/@stdlib/_tools/package-json/scripts/update_gypfile lib/node_modules/@stdlib
90
+
91
# Import GPG key to sign commits:
92
- name: 'Import GPG key to sign commits'
93
# Pin action to full length commit SHA
0 commit comments