You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ To build sbb-angular in release mode, run `pnpm build packages`. The output can
47
47
48
48
To bring up a local server, run `pnpm start`. This will automatically watch for changes and rebuild. The browser should refresh automatically when changes are made.
49
49
50
+
If the project won't start because of a `permission denied` error, try running `bazel clean --expunge` and then `pnpm start` again.
51
+
50
52
## Bazel
51
53
52
54
[Bazel](https://www.bazel.build/) is a build system. It allows incremental builds by caching build artifacts.
0 commit comments