From 5ff88d82a17062ab3446712d8cd9c6d48b1d7ac8 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Mon, 22 May 2023 16:59:10 -0300 Subject: [PATCH] fix: Fixed installation from Yarn v2 (close #41) --- .npmignore | 0 package.json | 1 + 2 files changed, 1 insertion(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000000..e69de29bb2d diff --git a/package.json b/package.json index e76bf9e83b8..74e251c66cd 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "gen:protobuf": "sh WAProto/GenerateStatics.sh", "lint": "eslint . --ext .js,.ts,.jsx,.tsx", "lint:fix": "eslint . --fix --ext .js,.ts,.jsx,.tsx", + "prepack": "tsc", "prepare": "tsc", "release": "release-it", "test": "jest"