mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: replace docs script with adev (#62944)
`pnpm docs` is a dedicated command to open a package docs. PR Close #62944
This commit is contained in:
committed by
Jessica Janiuk
parent
c34fdd9d8d
commit
a2b498849c
+1
-1
@@ -21,7 +21,7 @@ pnpm
|
||||
|
||||
# Build and run local dev server
|
||||
# NOTE: Initial build will take some time
|
||||
pnpm docs
|
||||
pnpm adev
|
||||
```
|
||||
|
||||
If you are having issues with the docs building, see the [FAQs](#faqs) section.
|
||||
|
||||
+2
-2
@@ -41,8 +41,8 @@
|
||||
"devtools:build:firefox:release": "pnpm run -s devtools:build:firefox --jobs 4",
|
||||
"devtools:test": "bazelisk test --//devtools/projects/shell-browser/src:flag_browser=chrome -- //devtools/...",
|
||||
"devtools:test:unit": "bazelisk test -- //devtools/...",
|
||||
"docs": "[[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm ibazel run //adev:build.serve",
|
||||
"docs:build": "[[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm bazel build //adev:build",
|
||||
"adev": "[[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm ibazel run //adev:build.serve",
|
||||
"adev:build": "[[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm bazel build //adev:build",
|
||||
"benchmarks": "tsx --tsconfig=scripts/tsconfig.json scripts/benchmarks/index.mts",
|
||||
"diff-release-package": "tsx --tsconfig=scripts/tsconfig.json scripts/diff-release-package.mts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user