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