From 30da1d8eaad2e9f9b1f0ab26837911a32b025fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Jo=20Bj=C3=B6rnerstedt?= <44924723+eirikbjornr@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:57:48 +0000 Subject: [PATCH] fix: remove prepack step (#88) Unused. We pack the Dash.js source ourselves. Causing an issue in the TV client release pipeline. Slows down installs. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e1acffed23..39a7903c5a 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "test": "karma start karma.unit.conf.js", "test-browserunit": "karma start build/karma.conf.js", "test-functional": "node test/functional/runTests.js --selenium=remote --app=remote", - "prepare": "node githook.js", - "prepack": "npm run build" + "prepare": "node githook.js" }, "devDependencies": { "@babel/core": "^7.13.8",