mirror of
https://github.com/mathuo/dockview
synced 2025-08-29 21:46:50 +00:00
chore: fix docs build
This commit is contained in:
parent
562055a72f
commit
5171a4a592
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@ -27,7 +27,6 @@ jobs:
|
|||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: lerna bootstrap
|
- run: lerna bootstrap
|
||||||
- run: npm build
|
|
||||||
working-directory: packages/dockview
|
working-directory: packages/dockview
|
||||||
- run: npm build
|
- run: npm build
|
||||||
working-directory: packages/docs
|
working-directory: packages/docs
|
||||||
|
@ -6,10 +6,7 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
|
"lint": "eslint packages/**/src/** --ext .ts,.tsx,.js,.jsx",
|
||||||
"package": "node scripts/package.js",
|
"package": "node scripts/package.js",
|
||||||
"package-all": "npm run build-demo && npm run docs && node scripts/package.js",
|
"package-all": "lerna run docs --scope dockview && node scripts/package.js",
|
||||||
"build": "lerna run build --scope dockview",
|
|
||||||
"build-demo": "lerna run build --scope dockview-demo",
|
|
||||||
"docs": "lerna run docs --scope dockview",
|
|
||||||
"clean": "lerna run clean",
|
"clean": "lerna run clean",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"test:cov": "jest --coverage",
|
"test:cov": "jest --coverage",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user