From 6606389ba7752a8651f8d1b0f292d4b722dc7402 Mon Sep 17 00:00:00 2001 From: Moritz Kirmse Date: Thu, 1 Aug 2024 11:38:03 +0200 Subject: [PATCH] must explicitly include bundle (because of .gitignore ?) to pack both src and bundle --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 974aa6bc9..5fa39e6bf 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,10 @@ "format": "prettier --write --list-different . --ignore-path .prettierignore && npm run lint:js -- --fix", "prepare": "husky install" }, + "files": [ + "*", + "bundle/*" + ], "dependencies": { "@camptocamp/ogc-client": "^0.3.4", "file-saver": "^2.0.5",