summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-17 12:04:33 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-17 12:04:33 +0100
commit841202de22c257e4e365d480c0b8ebd398ba5c71 (patch)
tree5c3fb1bde5028802a4b6a904dcc924073ccd5307 /Makefile
parent7e0012a63f0957c2ef3528c373cab7d959dd9a9a (diff)
Only do classmap-authoritative on release
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5850a51d8..f1ba3eb3e 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ composer-install-dev:
composer install
composer-install-production:
- composer install --no-dev
+ composer install --no-dev --classmap-authoritative
build-js:
npm run dev