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 b5c6dea7..e2c64eb8 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "lint:fix": "eslint --fix --max-warnings=0 \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "typecheck": "tsc -p tsconfig.json --noEmit", "precommit": "npm run lint && npm run test", - "prepublishOnly": "npm run lint && npm run test && npm run build", - "git:head": "git checkout master && git pull" + "prepublishOnly": "npm run lint && npm run test && npm run build" }, "dependencies": { "@diplodoc/tabs-extension": "2.0.12",