From 5ac1a2c54ae14069d2dc0c045adcff328ff307ae Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 9 May 2025 15:52:12 -0400 Subject: [PATCH] Remove unused-deps NPM script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 31bd188e6b28..e2882146b7f4 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,6 @@ "translate:calypso": "wp-babel-makepot './{client,packages,apps}/**/*.{js,jsx,ts,tsx}' --ignore '**/node_modules/**,**/test/**,**/*.d.ts' --base './' --dir './build/strings' --output './public/calypso-strings.pot'", "tsc": "NODE_OPTIONS='--max-old-space-size=4096' tsc", "typecheck": "yarn run tsc --project client", - "update-deps": "rm -rf yarn.lock && yarn run distclean && yarn install && perl -pi -e s,http://,https://,g yarn.lock && touch -m node_modules", "vscode:link": "node bin/set-up-vs-code.js", "vscode:unlink": "node bin/set-up-vs-code.js --unlink", "whybundled": "NODE_ENV=production CALYPSO_ENV=production EMIT_STATS=withreasons CONCATENATE_MODULES=false yarn run build-client && whybundled client/stats.json",