You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
386 B
13 lines
386 B
{ |
|
"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" |
|
} |
|
}
|
|
|