From a66c86b156a9462717cdf781ed56e401101f80db Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 18 Apr 2020 12:07:11 +0300 Subject: [PATCH] Set-ExecutionPolicy --- Notes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notes b/Notes index f760b17..01e568d 100644 --- a/Notes +++ b/Notes @@ -1,2 +1,4 @@ Test env variable: -console.log(process.env.REACT_APP_TEST_KEY); \ No newline at end of file +console.log(process.env.REACT_APP_TEST_KEY); + +Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted \ No newline at end of file