1
0
mirror of https://github.com/bitwarden/docs synced 2026-01-11 04:03:14 +00:00
Files
docs/package.json
2020-05-05 10:46:46 -04:00

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"
}
}