From 33e63aa86068b7c810d360a2ec46e6e4250b9424 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 16 Jun 2024 21:52:38 -0700 Subject: [PATCH] Force the checkout of the repo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e096eb..06cca4f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "server": "docker-compose up --build", "sign": "npx --yes @grafana/sign-plugin@latest", "pretty": "prettier --single-quote --write \"{src,__{tests,demo,dist}__}/**/*.ts*\"", - "prepare": "cd 3rdparty/cubism-es; npm install; npm run build" + "prepare": "git submodule --update --init; cd 3rdparty/cubism-es; npm install; npm run build" }, "nyc": { "report-dir": "coverage/cypress"