Skip to content

Commit 541f8eb

Browse files
authored
chore: remove pbcopy from hash script (#15221)
1 parent ed1cf75 commit 541f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prod": "npm run build && node dist/server/ssr-prod",
1212
"preview": "vite preview",
1313
"download": "node scripts/download.js",
14-
"hash": "node scripts/hash.js | pbcopy && echo \"copied URL to clipboard\""
14+
"hash": "node scripts/hash.js"
1515
},
1616
"devDependencies": {
1717
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",

0 commit comments

Comments
 (0)