Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
9 lines
218 B
JavaScript
9 lines
218 B
JavaScript
#!/usr/bin/env node
|
|
/* eslint-disable @typescript-eslint/ban-ts-comment */
|
|
// @ts-nocheck
|
|
|
|
// Stash the base directory into a global variable.
|
|
global.__rootDirectory = __dirname + '/dist/';
|
|
|
|
require('./dist/pyright');
|