Skip to content

Commit

Permalink
Update the build-tv[:dev] build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Jun 27, 2024
1 parent b7c56f0 commit 1933e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build:dev": "webpack --config webpack.dev.js",
"build-tv:dev": "npm run build:dev && npm run copyToTizen && npm run copyToWebOS",
"start": "webpack serve --open --config webpack.dev.js",
"copyToTizen": "cp ./dist/js/bitmovin-player-yospace.js ./tizen/js",
"copyToWebOS": "cp ./dist/js/bitmovin-player-yospace.js ./WebOS/src/js",
"copyToTizen": "cp ./dist/js/bitmovin-player-yospace.js ./tizen/js && cp ./web/index.html ./tizen && cp ./web/js/*.js ./tizen/js",
"copyToWebOS": "cp ./dist/js/bitmovin-player-yospace.js ./WebOS/src/js && cp ./web/index.html ./WebOS && cp ./web/js/*.js ./WebOS/src/js",
"lint": "eslint --quiet src/ && kacl lint",
"format": "prettier --write src/",
"clean": "rm -R ./dist",
Expand Down

0 comments on commit 1933e1e

Please sign in to comment.