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 f1a0d6e commit 7890262Copy full SHA for 7890262
1 file changed
package.json
@@ -35,6 +35,7 @@
35
"fetch": "run-p fetch:*",
36
"fetch:readmes": "node src/utilities/fetch-package-readmes.mjs",
37
"fetch:supporters": "node src/utilities/fetch-supporters.mjs",
38
+ "fetch:governance": "node src/utilities/fetch-governance.mjs",
39
"prebuild": "npm run clean",
40
"build": "run-s fetch-repos fetch content && webpack --config webpack.prod.mjs --config-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --config-node-env production --env ssg",
41
"postbuild": "npm run sitemap",
0 commit comments