Files
react-test/dangerfile.js

7 lines
357 B
JavaScript
Raw Normal View History

2025-12-12 14:26:25 +09:00
const tsx = require('tsx/cjs/api');
// danger uses babelify under the hood. The implementation is buggy and fails on our
// custom plugins in our codebase. We'll just disable it and do our own compilation.
// Danger must always be run with envirnonent variable `DANGER_DISABLE_TRANSPILATION="true"`.
tsx.require('./scripts/dangerFileContent', __filename);