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
fix(hadron-build, compass): restore Isolated and Readonly special behavior in packaged application COMPASS-8129 (#6147)
* fix(hadron-build): make sure that target gets the distribution in CI consistently
* chore(ci): add missing HADRON_DISTRIBUTION env to coverage, multiple-connections, gen-vuln-check tasks
* chore(hadron-build): fix tests
* chore(hadron-build): account for distribution being passed to the Target constructor options
* fix(hadron-build): includes not has
* chore(hadron-build): update test
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ In addition to running lerna commands directly, there are a few convenient npm s
56
56
To build compass you can run `package-compass` script:
57
57
58
58
```sh
59
-
npm run package-compass
59
+
HADRON_DISTRIBUTION='compass'npm run package-compass
60
60
```
61
61
62
-
You can change the type of distribution you are building with `HADRON_DISTRIBUTION`environmental variable:
62
+
It is required to provide `HADRON_DISTRIBUTION` env variable explicitly. You can change the type of distribution you are building by setting a different `HADRON_DISTRIBUTION`value:
63
63
64
64
```sh
65
65
HADRON_DISTRIBUTION='compass-readonly' npm run package-compass
0 commit comments