Skip to content

Commit

Permalink
chore: remove pbcopy from hash script (#15221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Feb 5, 2025
1 parent ed1cf75 commit 541f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playgrounds/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 541f8eb

Please sign in to comment.