File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
# Build and run local dev server
23
23
# NOTE: Initial build will take some time
24
- pnpm docs
24
+ pnpm adev
25
25
```
26
26
27
27
If you are having issues with the docs building, see the [ FAQs] ( #faqs ) section.
Original file line number Diff line number Diff line change 41
41
"devtools:build:firefox:release" : " pnpm run -s devtools:build:firefox --jobs 4" ,
42
42
"devtools:test" : " bazelisk test --//devtools/projects/shell-browser/src:flag_browser=chrome -- //devtools/..." ,
43
43
"devtools:test:unit" : " bazelisk test -- //devtools/..." ,
44
- "docs " : " [[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm ibazel run //adev:build.serve" ,
45
- "docs :build" : " [[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm bazel build //adev:build" ,
44
+ "adev " : " [[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm ibazel run //adev:build.serve" ,
45
+ "adev :build" : " [[ -n $CI ]] && echo 'Cannot run this pnpm script on CI' && exit 1 || pnpm bazel build //adev:build" ,
46
46
"benchmarks" : " tsx --tsconfig=scripts/tsconfig.json scripts/benchmarks/index.mts" ,
47
47
"diff-release-package" : " tsx --tsconfig=scripts/tsconfig.json scripts/diff-release-package.mts"
48
48
},
You can’t perform that action at this time.
0 commit comments