Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 4a59eb2

Browse files
authored
fix: missing swagger UI assets on prebuilt binaries (#848)
1 parent b2d9d5f commit 4a59eb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cortex-js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"assets": [
141141
"command/*.node",
142142
"**/package.json",
143-
"node_modules/axios/**/*"
143+
"node_modules/axios/**/*",
144+
"node_modules/swagger-ui-dist/"
144145
],
145146
"outputPath": "dist"
146147
}

0 commit comments

Comments
 (0)