Skip to content

Commit

Permalink
ci: remove useless steps
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Apr 27, 2024
1 parent 415ce41 commit f4b4f74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/follow-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ jobs:
for file in $(find src/cjs -type f -name *.ts); do
mv $file "$(dirname $file)/$(basename $file .ts).cts"
done
for file in `find src -type f`; do
sed -ri "s/from '([^']+)\/apis'/from '\1\/apis\/index.js'/" $file
sed -ri "s/from '([^']+)\/models'/from '\1\/models\/index.js'/" $file
sed -ri "s/from '([^']+)'/from '\1.js'/" $file
sed -ri "s/from '([^']+\.js)\.js'/from '\1'/" $file
done
- name: Tricky TSC Safety
run: |
sed -i 's/fetchApi(): FetchAPI/fetchApi(): FetchAPI | undefined/' src/runtime.ts
- name: Build
run: npm run build
- name: Update Version
Expand Down

0 comments on commit f4b4f74

Please sign in to comment.