Skip to content

Commit 6cac79a

Browse files
add recover_fs back to publish script
1 parent 13f8af4 commit 6cac79a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 && 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\"",
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,recover_fs/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)