From c3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jul 2023 16:41:08 +0200 Subject: Fix build --- scripts/release-embed-api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 @@ set -eu -cd client/src/standalone/player +cd client/src/standalone/embed-player-api rm -rf dist build && tsc -p . && ../../../node_modules/.bin/webpack --config ./webpack.config.js -- cgit v1.2.3