chore: fix docs build

This commit is contained in:
mathuo 2022-08-18 21:12:02 +01:00
parent 562055a72f
commit 5171a4a592
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
2 changed files with 1 additions and 5 deletions

View File

@ -27,7 +27,6 @@ jobs:
- run: npm install
- run: lerna bootstrap
- run: npm build
working-directory: packages/dockview
- run: npm build
working-directory: packages/docs

View File

@ -6,10 +6,7 @@
"test": "jest",
"lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
"package": "node scripts/package.js",
"package-all": "npm run build-demo && npm run docs && node scripts/package.js",
"build": "lerna run build --scope dockview",
"build-demo": "lerna run build --scope dockview-demo",
"docs": "lerna run docs --scope dockview",
"package-all": "lerna run docs --scope dockview && node scripts/package.js",
"clean": "lerna run clean",
"bootstrap": "lerna bootstrap",
"test:cov": "jest --coverage",