We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc45874 commit a3a2c90Copy full SHA for a3a2c90
.github/workflows/main.yml
@@ -10,7 +10,7 @@ env:
10
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # dotnet version to use
11
SWAGGER_LINK: https://mediumfunctionapp.azurewebsites.net/api/swagger/json # swagger document link (not UI)
12
TYPES_FILENAME: index.d.ts # file with types
13
- TYPES_FOLDER: /Types # subfolder for npm package generation
+ TYPES_FOLDER: ./Types # subfolder for npm package generation
14
15
jobs:
16
release:
0 commit comments