mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Add original type info
This commit is contained in:
parent
f439a7ceda
commit
6d73de3616
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ popd
|
|||
rm src/types/Sensitive.ts
|
||||
|
||||
# Change all the bigints to numbers
|
||||
find src/types -type f -name '*.ts' -exec sed -i 's/bigint/number/g' {} +
|
||||
find src/types -type f -name '*.ts' -exec sed -i 's/bigint/\/* integer *\/ number/g' {} +
|
||||
|
||||
node putTypesInIndex.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue