mirror of
https://github.com/bitwarden/docs
synced 2026-01-11 04:03:14 +00:00
14 lines
386 B
JSON
14 lines
386 B
JSON
{
|
|
"name": "bitwarden-docs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "jekyll build",
|
|
"build:watch": "jekyll serve --watch --host=0.0.0.0",
|
|
"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": {
|
|
"cross-env": "^5.2.0"
|
|
}
|
|
}
|