mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
Fixes #8471. Ensures that `npm take-forever` (aka `npm ci`, `npm install`) only runs once during a parent/child build script run. Note that this also works even where build scripts manually call other build scripts (e.g. input-processor as it is currently calling kmc build manually) -- though this is not a recommended practice. |
||
|---|---|---|
| .. | ||
| child1 | ||
| child2 | ||
| child3_renamed/src | ||
| .gitignore | ||
| build.sh | ||
| test.sh | ||