Skip to content

Commit cf37301

Browse files
run doc build during publish
1 parent eb840de commit cf37301

2 files changed

Lines changed: 1 addition & 37 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fix": "eslint . --fix",
1717
"clean": "rimraf public/script",
1818
"generate-licenses": "node ./bin/generate_licenses.js",
19-
"publish": "npm run clean && npm run bundle && npm run generate-licenses && gh-pages deploy -d . -s \"{index.html,fsedit.index.html,public/**/*,CNAME,_config.yml,robots.txt,LICENSE,.nojekyll}\" -m \"update page\"",
19+
"publish": "npm run clean && npm run bundle && npm run generate-licenses && npm run build:docs && gh-pages deploy -d . -s \"{index.html,fsedit.index.html,docs/**/*,public/**/*,CNAME,_config.yml,robots.txt,LICENSE,.nojekyll}\" -m \"update page\"",
2020
"build:types": "tsc src/kernel/term_ctl.ts --emitDeclarationOnly --declaration --outDir types --target es2019 --moduleResolution node --module es2020 -allowSyntheticDefaultImports",
2121
"build:docs": "typedoc --options typedoc.json"
2222
},

0 commit comments

Comments
 (0)