Skip to content

Commit d522445

Browse files
author
Kevan Stannard
committed
Add extract-syntax to update-index script
1 parent ee0e39b commit d522445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test": "node scripts/test-examples.js && node scripts/test-hrefs.js",
4444
"check-dead-code": "reanalyze -dce",
4545
"check-for-exceptions": "reanalyze -exception",
46-
"update-index": "node scripts/extract-indices.js && node scripts/extract-tocs.js && node -r esm scripts/generate_feed.js > public/blog/feed.xml",
46+
"update-index": "node scripts/extract-indices.js && node scripts/extract-tocs.js && node scripts/extract-syntax.js && node -r esm scripts/generate_feed.js > public/blog/feed.xml",
4747
"now-build": "yarn run build",
4848
"export": "next export",
4949
"start": "next start -p $PORT",

0 commit comments

Comments
 (0)