-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96f062a
commit f4f5f83
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
sed -i 's/name: "RequiredError"/override name: "RequiredError"/g' "$(find out/qovery-client-typescript-axios/base.ts -type f)" | ||
sed -i 's/"^3.6.4"/"~4.5.2"/g' "$(find out/qovery-client-typescript-axios/package.json -type f)" | ||
cp -r generator/files/typescript-axios/.github out/qovery-client-typescript-axios/ | ||
cd out/qovery-client-typescript-axios || exit | ||
sed -i 's/name: "RequiredError"/override name: "RequiredError"/g' "$(find out/qovery-client-ws-typescript-axios/base.ts -type f)" | ||
sed -i 's/"^3.6.4"/"~4.5.2"/g' "$(find out/qovery-client-ws-typescript-axios/package.json -type f)" | ||
cp -r generator/files/typescript-axios/.github out/qovery-client-ws-typescript-axios/ | ||
cd out/qovery-clientws-typescript-axios || exit | ||
npm install | ||
npm run build |