File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ generated_data: plugins releases api-docs chaijs
16
16
api-docs : clean-api-docs
17
17
@mkdir -p _data
18
18
@npm install chai@latest
19
- @./node_modules/. bin/dox --raw < ./node_modules/chai/chai.js > _data/chai.json
19
+ @node ./node_modules/dox/ bin/dox --raw < ./node_modules/chai/chai.js > _data/chai.json
20
20
21
21
#
22
22
# Generate the api docs
@@ -40,7 +40,7 @@ releases: clean-releases
40
40
41
41
plugins : clean-plugins
42
42
@mkdir -p _data/plugins
43
- @./node_modules/.bin/ npm-plugin-fetcher -b _scripts/banned_plugins.js -o _data/plugins chai-plugin
43
+ @node ./node_modules/npm-plugin-fetcher/index.js -b _scripts/banned_plugins.js -o _data/plugins chai-plugin
44
44
@xargs -n1 -I! sh -c ' echo ! && curl -s "https://registry.npmjs.com/!" > _data/plugins/!.json' < _legacy_plugins
45
45
@node _scripts/build-plugin-tags.js
46
46
@node _scripts/build-plugin-pages.js
You can’t perform that action at this time.
0 commit comments