(core) Move report-why-tests-hang helper to core

Summary:
This helps forcibly end mocha tests when they hang, and print out
something that may help debug the situation.

Also add the generated static/bundle.css file to core/.gitignore.

Also, avoid using npm-packages-offline-cache when building core, by avoiding use of .yarnrc which turns it on.

Test Plan: Tested manually

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2788
This commit is contained in:
Dmitry S
2021-04-26 18:49:02 -04:00
parent 526b0ad33e
commit fd73831b39
5 changed files with 50 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
/_build/
/static/*.bundle.js
/static/*.bundle.js.map
/static/bundle.css
# Build helper files.
/.build*