summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-10-08 22:26:02 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-10-08 22:26:02 -0100
commitf696d0d58f0c7eb3071b84db39d5677d4a3bef99 (patch)
treeee619002f24d24b9b1900de30d386dbec91fc5a1 /Makefile
parentb1be4d0437e048bdc8dbdffb696ddf98c242e969 (diff)
fix composer for nc20
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c83a940f..5c608f57 100644
--- a/Makefile
+++ b/Makefile
@@ -65,8 +65,8 @@ clean-dev:
rm -rf node_modules
build-composer:
- composer install --prefer-dist --working-dir composer
- composer update --prefer-dist --working-dir composer
+ composer install --prefer-dist
+ composer update --prefer-dist
# releasing to github
release: appstore github-release github-upload
@@ -101,8 +101,8 @@ appstore: dev-setup lint build-js-production build-composer
--exclude=/.babelrc.js \
--exclude=/.drone.yml \
--exclude=/.eslintrc.js \
- --exclude=/composer/composer.json \
- --exclude=/composer/composer.lock \
+ --exclude=/composer.json \
+ --exclude=/composer.lock \
--exclude=/src \
--exclude=/node_modules \
--exclude=/webpack.*.js \