From 0411c7d4b0b0c00cdad4c829575bf3d0e6e138ee Mon Sep 17 00:00:00 2001 From: Siddharth Rawat Date: Thu, 7 May 2020 11:15:03 +0530 Subject: [PATCH] Add .npmrc Add `ignore-scripts = false` to run the command `npm run ` instead of `npm run-script ` --- configs/.npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 configs/.npmrc diff --git a/configs/.npmrc b/configs/.npmrc new file mode 100644 index 0000000..7603250 --- /dev/null +++ b/configs/.npmrc @@ -0,0 +1,2 @@ +#//registry.npmjs.org/:_authToken=[registry-token] +ignore-scripts=false