From 62f34a58d1562e1337ee49bc36348eb9d641bab5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFs=20Poujade?= <lois.poujade@tetras-libre.fr>
Date: Mon, 28 Nov 2022 09:24:30 +0100
Subject: [PATCH] Put back prepare script to allow installation from git as npm
 dependency

---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index c7c58347..b3c55213 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
   ],
   "sideEffects": false,
   "scripts": {
+    "prepare": "npm run clean && npm run build:es && npm run build:cjs",
     "clean": "rm -rf ./dist",
     "lint": "node_modules/.bin/eslint ./ && npm run lint:translations && npm run lint:containers",
     "lint:containers": "node ./scripts/container-lint.js",
-- 
GitLab