aboutsummaryrefslogtreecommitdiffstats
path: root/build/npm-post-build.sh
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-06-14 08:53:02 +0200
committerGitHub <noreply@github.com>2024-06-14 08:53:02 +0200
commitbcbef7aaa8a311524848e85f714d3c0a1a4d5289 (patch)
tree4047d1d37cac3d94842332703979981cf1297fd6 /build/npm-post-build.sh
parentf069b30e2782381bf38530a1d3f9568f735666b2 (diff)
downloadnextcloud-server-bcbef7aaa8a311524848e85f714d3c0a1a4d5289.tar.gz
nextcloud-server-bcbef7aaa8a311524848e85f714d3c0a1a4d5289.zip
Update build/npm-post-build.sh
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'build/npm-post-build.sh')
-rwxr-xr-xbuild/npm-post-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/npm-post-build.sh b/build/npm-post-build.sh
index 51a8bda3b60..7f12728f14b 100755
--- a/build/npm-post-build.sh
+++ b/build/npm-post-build.sh
@@ -13,7 +13,7 @@ npm run sass:icons
# Add licenses for source maps
if [ -d "dist" ]; then
for f in dist/*.js; do
- # If license file and source map exists copy license for the sourcemap
+ # If license file and source map exists copy license for the source map
if [ -f "$f.license" ] && [ -f "$f.map" ]; then
# Remove existing link
[ -e "$f.map.license" ] || [ -L "$f.map.license" ] && rm "$f.map.license"