mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix commands
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5088d33496
commit
6b8289da59
3
.github/workflows/check-docs.yml
vendored
3
.github/workflows/check-docs.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: Check Documentation
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
branches:
|
||||
- "**"
|
||||
jobs:
|
||||
build:
|
||||
name: Check Docs
|
||||
|
||||
5
nx.json
5
nx.json
@ -17,6 +17,11 @@
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"build:docs": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": [
|
||||
"prepare:dev"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn run webpack --config webpack/extensions.ts",
|
||||
"build-docs": "yarn run typedoc",
|
||||
"build:docs": "yarn run typedoc",
|
||||
"clean": "rm -rf dist/",
|
||||
"prepare:dev": "yarn run build"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user