From 1642772f48b517679d9aa03e848f46938e44e4cd Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Tue, 20 Feb 2024 00:11:45 +0100 Subject: [PATCH] Exclude assets folder from npm package --- core/nut.js/.npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/core/nut.js/.npmignore b/core/nut.js/.npmignore index 100dc246..31ff5bb9 100644 --- a/core/nut.js/.npmignore +++ b/core/nut.js/.npmignore @@ -21,3 +21,4 @@ /index.e2e.spec.ts /index.ts /jest.config.js +/assets \ No newline at end of file