fix: always build docs site

This commit is contained in:
Daniel Lautzenheiser 2023-01-27 10:48:41 -05:00
parent 13ea130ee2
commit fe24d90c87
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"scripts": {
"build": "lerna run build --scope @staticcms/core --scope @staticcms/app",
"build:demo": "lerna run build --scope @staticcms/demo",
"build:docs": "lerna run build --scope @staticcms/docs",
"dev": "lerna run dev --scope @staticcms/core",
"demo": "lerna run dev --scope @staticcms/demo",
"docs": "lerna run dev --scope docs",

View File

@ -1,5 +1,5 @@
{
"name": "docs",
"name": "@staticcms/docs",
"version": "1.0.0",
"private": true,
"scripts": {