Skip to content

Commit

Permalink
fix: missing swagger UI assets on prebuilt binaries (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Jul 5, 2024
1 parent b2d9d5f commit 4a59eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cortex-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"assets": [
"command/*.node",
"**/package.json",
"node_modules/axios/**/*"
"node_modules/axios/**/*",
"node_modules/swagger-ui-dist/"
],
"outputPath": "dist"
}
Expand Down

0 comments on commit 4a59eb2

Please sign in to comment.