Skip to content

Commit

Permalink
fix: remove prepack step (#88)
Browse files Browse the repository at this point in the history
Unused.
We pack the Dash.js source ourselves.
Causing an issue in the TV client release pipeline.
Slows down installs.
  • Loading branch information
eirikbjornr authored Nov 14, 2023
1 parent 5537d30 commit 30da1d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 30da1d8

Please sign in to comment.