Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e567066

Browse files
committed
Remove prepare script in favor of pre publish script
1 parent 2f0192b commit e567066

4 files changed

Lines changed: 1 addition & 130 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"start": "webpack serve --config webpack/webpack.dev.js",
1010
"build": "webpack --config webpack/webpack.prod.js",
11-
"release": "npm run build && npm publish",
11+
"prepublishOnly": "npm run build",
1212
"prepare": "install-peers"
1313
},
1414
"repository": {

webpack/dist/react-hls-player.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

webpack/dist/react-hls-player.js.LICENSE.txt

Lines changed: 0 additions & 125 deletions
This file was deleted.

webpack/dist/react-hls-player.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)