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 ff49199 commit 512ca55Copy full SHA for 512ca55
Makefile
@@ -43,6 +43,7 @@ plugins: clean-plugins
43
@./node_modules/.bin/npm-plugin-fetcher -b _scripts/banned_plugins.js -o _data/plugins chai-plugin
44
@xargs -n1 -I! sh -c 'echo ! && curl -s "https://registry.npmjs.com/!" > _data/plugins/!.json' < _legacy_plugins
45
@node _scripts/build-plugin-tags.js
46
+ @node _scripts/build-plugin-pages.js
47
48
#
49
# Install all dependencies
0 commit comments