mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 07:18:59 +02:00
feat: add deploy (formerly publish-gh-pages) command (#979)
This commit is contained in:
parent
9b6ec5b9bb
commit
604f02edeb
6 changed files with 218 additions and 2 deletions
|
@ -2,10 +2,12 @@ const build = require('./commands/build');
|
|||
const init = require('./commands/init');
|
||||
const start = require('./commands/start');
|
||||
const eject = require('./commands/eject');
|
||||
const deploy = require('./commands/deploy');
|
||||
|
||||
module.exports = {
|
||||
build,
|
||||
eject,
|
||||
init,
|
||||
start,
|
||||
deploy,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue