From c1e72f88558acdc81295db25e4ac3169c751056c Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 30 Sep 2021 09:42:47 +0200 Subject: [PATCH] Try to fix npmjs publishing, part 2 --- packages/app-shell/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/app-shell/.gitignore b/packages/app-shell/.gitignore index f40e1601..af09bc10 100644 --- a/packages/app-shell/.gitignore +++ b/packages/app-shell/.gitignore @@ -4,4 +4,5 @@ node_modules npm-debug.log .vscode .cert -package-lock.json \ No newline at end of file +package-lock.json +yarn.lock -- GitLab