mirror of
https://github.com/bitwarden/docs
synced 2026-01-17 23:03:14 +00:00
migrate api docs to main website path
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
"scripts": {
|
||||
"build": "jekyll build",
|
||||
"build:watch": "jekyll serve --watch --host=0.0.0.0",
|
||||
"deploy": "npm run build && gh-pages --dotfiles --dist _site"
|
||||
"build:prod": "cross-env JEKYLL_ENV=production jekyll build",
|
||||
"build:prod:sub": "cross-env JEKYLL_ENV=production jekyll build --config _config.yml,_config-sub.yml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gh-pages": "^1.2.0"
|
||||
"cross-env": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user