Skip to content

Commit 5ff9c75

Browse files
Fix and normalize before publishing to GitHub Pages
1 parent 9e60fa7 commit 5ff9c75

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
@@ -12,7 +12,7 @@
1212
"addExtensions": "node --experimental-modules addExtensions.js",
1313
"build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run document && npm run readme && npm run fix && npm run normalize",
1414
"compile": "node --experimental-modules compile.js",
15-
"deploy-docs": "npm run document && npm run docs:html && gh-pages -d docs/dist",
15+
"deploy-docs": "npm run document && npm run docs:html && npm run fix && npm run normalize && gh-pages -d docs/dist",
1616
"document": "npm run fix && npm run normalize && node --experimental-modules document.js",
1717
"docs:html": "node --experimental-modules --experimental-json-modules docs/docsHtml.js",
1818
"docs:html:local": "node --experimental-modules --experimental-json-modules docs/docsHtml.js local=true",

0 commit comments

Comments
 (0)