Skip to content

Commit

Permalink
remove os x specific arg
Browse files Browse the repository at this point in the history
  • Loading branch information
markgerrard committed Jul 15, 2024
1 parent 6f7cf36 commit e020baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +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
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 Down

0 comments on commit e020baa

Please sign in to comment.