From 9a73523a8f2be05a4c14761058979eacbfdd65f3 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Fri, 13 Oct 2023 03:12:14 +0300 Subject: [PATCH] chore: Remove .npmrc --- .npmrc | 1 - package.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 38f11c64..00000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://registry.npmjs.org diff --git a/package.json b/package.json index 1ef06a66..28667fea 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,7 @@ "_storybook:watch": "cd demo && npm run storybook", "prepublishOnly": "npm run lint && npm run test && npm run build", "prepare": "husky install", - "pre-commit": "lint-staged", - "git:head": "git checkout master && git pull" + "pre-commit": "lint-staged" }, "dependencies": { "@gravity-ui/icons": "^2.5.0",