mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
/_build/
|
||||
/static/*.bundle.js
|
||||
/static/*.bundle.js.map
|
||||
/static/bundle.css
|
||||
|
||||
# Build helper files.
|
||||
/.build*
|
||||
|
||||
Reference in New Issue
Block a user