Skip to content

Commit

Permalink
chore(explorer): add files to explorer package (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis authored Aug 23, 2024
1 parent f1d8d71 commit 3ae54d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"bin": {
"explorer": "./dist/explorer.js"
},
"files": [
"dist",
".next/standalone/packages/explorer"
],
"scripts": {
"build": "pnpm run build:explorer && pnpm run build:bin",
"build:bin": "tsup",
Expand Down

0 comments on commit 3ae54d5

Please sign in to comment.