diff --git a/npm-config-set-registry.txt b/npm-config-set-registry.txt new file mode 100644 index 0000000..790b8bb --- /dev/null +++ b/npm-config-set-registry.txt @@ -0,0 +1 @@ +npm config set registry https://registry.npmjs.org \ No newline at end of file diff --git a/package.json b/package.json index 252a04c..d155d8a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "module", "scripts": { "build": "rimraf dist && tsc && node build.js && cd test && npm run build", - "prepublishOnly": "npm run build && npm config set registry https://registry.npmjs.org" + "prepublishOnly": "npm run build" }, "author": "bddjr", "license": "MIT",