Skip to content

Commit 30da1d8

Browse files
authored
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.
1 parent 5537d30 commit 30da1d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"test": "karma start karma.unit.conf.js",
1717
"test-browserunit": "karma start build/karma.conf.js",
1818
"test-functional": "node test/functional/runTests.js --selenium=remote --app=remote",
19-
"prepare": "node githook.js",
20-
"prepack": "npm run build"
19+
"prepare": "node githook.js"
2120
},
2221
"devDependencies": {
2322
"@babel/core": "^7.13.8",

0 commit comments

Comments
 (0)