mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) fix grist-core build after chai-as-promised change
Summary: The docker build touches very little of the test directory, but just enough to have broken after a chai-as-promised related refactor. This adds a file that is sufficient to get the build rolling again. Test Plan: confirmed this change is sufficient to build functional docker images Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D3514
This commit is contained in:
parent
a051830aeb
commit
56c9d2cfe9
@ -29,6 +29,7 @@ RUN \
|
||||
COPY tsconfig.json /grist
|
||||
COPY tsconfig-ext.json /grist
|
||||
COPY test/tsconfig.json /grist/test/tsconfig.json
|
||||
COPY test/chai-as-promised.js /grist/test/chai-as-promised.js
|
||||
COPY app /grist/app
|
||||
COPY stubs /grist/stubs
|
||||
COPY buildtools /grist/buildtools
|
||||
|
Loading…
Reference in New Issue
Block a user