From 5aae7fce0e17d05a341511a2d0255442fd76f5af Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:54:45 +0200 Subject: [PATCH] [LOCAL] unbreak publish-npm.js --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3dffd3d67f4b22..aac8d0f77300ae 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,8 @@ }, "devDependencies": { "flow-bin": "^0.149.0", - "react": "17.0.2" + "react": "17.0.2", + "shelljs": "^0.7.8" }, "detox": { "test-runner": "jest", @@ -161,4 +162,4 @@ } } } -} \ No newline at end of file +}