Skip to content

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 28, 2024
1 parent 3b0827f commit d18e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build": "pnpm run build:explorer && pnpm run build:bin",
"build:bin": "tsup",
"build:explorer": "next build && cp -r .next/static .next/standalone/packages/explorer/.next",
"build:explorer": "next build && npx shx cp -r .next/static .next/standalone/packages/explorer/.next",
"clean": "pnpm run clean:explorer && pnpm run clean:bin",
"clean:bin": "npx shx rm -rf dist",
"clean:explorer": "npx shx rm -rf .next .turbo",
Expand Down

0 comments on commit d18e41a

Please sign in to comment.