Skip to content

Commit

Permalink
keep files.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Oct 21, 2021
1 parent 8be2e24 commit ff40f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cs-fix: composer-dev
clean:
rm -rf $(build_dir)
rm -rf node_modules
rm -rf js/*.hot-update.*
find ./js/ -type f ! -name "files.js" -delete

# composer packages
composer:
Expand All @@ -84,7 +84,7 @@ composer-dev:
composer install --prefer-dist --dev
composer upgrade --prefer-dist --dev

appstore: clean composer
appstore: clean composer js
mkdir -p $(sign_dir)
rsync -a \
--exclude=/build \
Expand Down Expand Up @@ -114,6 +114,8 @@ appstore: clean composer
openssl dgst -sha512 -sign $(cert_dir)/$(package_name).key $(build_dir)/$(package_name)-$(version).tar.gz | openssl base64; \
fi

js: npm-init npm-update build-js-production

npm-init:
npm ci

Expand Down

0 comments on commit ff40f25

Please sign in to comment.