diff --git a/playgrounds/sandbox/package.json b/playgrounds/sandbox/package.json index 9a52fb4ad6..5011d66727 100644 --- a/playgrounds/sandbox/package.json +++ b/playgrounds/sandbox/package.json @@ -11,7 +11,7 @@ "prod": "npm run build && node dist/server/ssr-prod", "preview": "vite preview", "download": "node scripts/download.js", - "hash": "node scripts/hash.js | pbcopy && echo \"copied URL to clipboard\"" + "hash": "node scripts/hash.js" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",