diff --git a/package.json b/package.json
index 8ed75b7d61659c2b5f40ca53a71fc3ecb58ca994..145a19f7c5886d10eeb2996de0409c60923f434f 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   ],
   "scripts": {
     "test": "lerna run test",
-    "publish": "lerna run publish"
+    "publish": "lerna publish from-package"
   },
   "author": "",
   "license": "LGPL-2.1-or-later",
diff --git a/packages/auth/.npmrc b/packages/auth/.npmrc
deleted file mode 100644
index bd3327ab5a9da7959388dab26528073f912af07e..0000000000000000000000000000000000000000
--- a/packages/auth/.npmrc
+++ /dev/null
@@ -1 +0,0 @@
-//registry.npmjs.org/:_authToken=${NPM_TOKEN}
\ No newline at end of file