diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-10 16:41:08 +0200 |
commit | c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (patch) | |
tree | 60cfdd1aabe66ff4f65fd94243debecb7dd41555 /scripts | |
parent | 63e2f087c3410206aa294df8099b005e615592e5 (diff) | |
download | PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.gz PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.tar.zst PeerTube-c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19.zip |
Fix build
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release-embed-api.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-embed-api.sh b/scripts/release-embed-api.sh index ae76a65f5..41c84ed38 100755 --- a/scripts/release-embed-api.sh +++ b/scripts/release-embed-api.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | set -eu | 3 | set -eu |
4 | 4 | ||
5 | cd client/src/standalone/player | 5 | cd client/src/standalone/embed-player-api |
6 | 6 | ||
7 | rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js | 7 | rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js |
8 | 8 | ||