From 6106f9a74c8c07488f7dfc91ee7915a40628fc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 28 Mar 2021 00:38:41 +0000 Subject: [PATCH] Add another npm command. --- ognibuild/resolver/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ognibuild/resolver/__init__.py b/ognibuild/resolver/__init__.py index 4e72bc5..5460fec 100644 --- a/ognibuild/resolver/__init__.py +++ b/ognibuild/resolver/__init__.py @@ -344,6 +344,7 @@ class GoResolver(Resolver): NPM_COMMAND_PACKAGES = { "del-cli": "del-cli", "husky": "husky", + "cross-env": "cross-env", }