Skip to content

Commit

Permalink
prepublishOnly remove set registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Dec 29, 2024
1 parent dd069b9 commit c8e77b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions npm-config-set-registry.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm config set registry https://registry.npmjs.org
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8e77b9

Please sign in to comment.