Skip to content

Commit 512ca55

Browse files
committed
fix(plugins): actually uh... add the build-plugin-pages script to make
1 parent ff49199 commit 512ca55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ plugins: clean-plugins
4343
@./node_modules/.bin/npm-plugin-fetcher -b _scripts/banned_plugins.js -o _data/plugins chai-plugin
4444
@xargs -n1 -I! sh -c 'echo ! && curl -s "https://registry.npmjs.com/!" > _data/plugins/!.json' < _legacy_plugins
4545
@node _scripts/build-plugin-tags.js
46+
@node _scripts/build-plugin-pages.js
4647

4748
#
4849
# Install all dependencies

0 commit comments

Comments
 (0)