From 541f8eb29029a415665b6e9cd469c8770ae97ac6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 5 Feb 2025 11:46:41 -0500 Subject: [PATCH] chore: remove pbcopy from hash script (#15221) --- playgrounds/sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",