Skip to content

Commit 57aea20

Browse files
committed
Fix issue with API publishing
1 parent 5410580 commit 57aea20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"./package.json": "./package.json"
1818
},
1919
"files": [
20-
"dist"
20+
"dist",
21+
"bin"
2122
],
2223
"bin": {
2324
"neaps-server": "./bin/server.js"

0 commit comments

Comments
 (0)