4 Commits

Author SHA1 Message Date
e19a0e1c27 Add npm run compile to prepublish
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-10 12:31:58 +01:00
1d8c23e25a Fix jest test in CI
Some checks failed
continuous-integration/drone/push Build is failing
Jest runs out of memory when run in Docker, possibly because of a memory
leak in ts-jest.

The tests will now run after the build, on the built *.js files. As a
consequence, the jest tests will run faster because ts-jest will no
longer be invoked in ci.

Check the package.json test:ci script for more info.

https://github.com/facebook/jest/issues/7874
https://github.com/facebook/jest/issues/9081
2020-01-10 10:35:59 +01:00
d3ae52c79a Sign .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2020-01-09 21:49:28 +01:00
66036d17fa Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
2020-01-09 19:25:28 +01:00