Skip to content

Commit

Permalink
add --traceResolution flag
Browse files Browse the repository at this point in the history
  • Loading branch information
markgerrard committed Jul 15, 2024
1 parent 1cf5828 commit 6f7cf36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ permissions:

on:
push:
branches: [ main ]
branches: [main]

jobs:
generate:
name: Generate
Expand All @@ -32,6 +32,7 @@ jobs:
echo '{ "version": "1.0.${{ github.run_number }}", "name": "@wiremock-inc/apimatic-sdkgen-demo", "repository": "github:wiremock-inc/apimatic-sdkgen-demo" }' > package-patch.json
jq -r -s '.[0] * .[1]' package.json package-patch.json > tmp.json
mv -f tmp.json package.json
sed -i '' 's/"prepare"\: ".*"/"prepare"\: "rm \-rf dist \& tsc \-p tsconfig.esm.json \-\-traceResolution \& tsc \-p tsconfig\.cjs\.json \-\-traceResolution"/g' package.json
- name: Authenticate with private NPM package
working-directory: ./sdks/ts/openapi_sdk_typescript
Expand All @@ -44,5 +45,3 @@ jobs:
- name: Publish to GitHub Packages NPM
working-directory: ./sdks/ts/openapi_sdk_typescript
run: npm publish --scope=wiremock-inc --registry=https://npm.pkg.github.com


0 comments on commit 6f7cf36

Please sign in to comment.