mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Merge branch 'master' of https://github.com/garronej/ts_ci
This commit is contained in:
commit
63a888d372
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ import * as fs from "fs";
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
|
|
||||||
const str = fs.readFileSync(
|
const str = fs.readFileSync(
|
||||||
path.join(__filename,"..", "package.json")
|
path.join(__dirname,"..", "package.json")
|
||||||
).toString("utf8");
|
).toString("utf8");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue