From da1f83b48e531ad085a3b2d992f6edb4035dfe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Mon, 4 Dec 2023 08:32:50 +0100 Subject: [PATCH] create .nx directory to be available in GitHub Actions --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32843295..97d77f48 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ "release": "npm run build && lerna publish --force-publish", "test": "lerna run test", "test:nocache": "npm test -- --skip-nx-cache", - "watch": "npm run dev" + "watch": "npm run dev", + "postinstall": "mkdir -p .nx" }, "workspaces": [ "packages/*"