Skip to content

Commit ea55d6b

Browse files
devvaannshabose
authored andcommitted
fix: modify createMDXDocs to createMDDocs
1 parent 79131bb commit ea55d6b

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
@@ -76,7 +76,7 @@
7676
"serveWithWebCache": "npm run _releaseWebCache && npm run _serveWithWebCacheHelp && http-server ./dist -p 8000 -c-1",
7777
"serveExternal": "http-server . -p 8000 -a 0.0.0.0 --log-ip true -c-1",
7878
"createJSDocs": "gulp createJSDocs && git add docs",
79-
"createMDXDocs": "node build/api-docs-generator.js",
79+
"createMDDocs": "node build/api-docs-generator.js",
8080
"_translateStrings": "gulp translateStrings",
8181
"_minify": "r.js -o require.min.config.js && echo this is untested see https://stackoverflow.com/questions/14337970/minifying-requirejs-javascript-codebase-to-a-single-file"
8282
},

0 commit comments

Comments
 (0)