diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f5ed23f..4b84f80 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -47,6 +47,7 @@ jobs: with: node-version: 14 registry-url: https://npm.pkg.github.com/ + scope: renkunx - run: npm install - run: npm ci - run: npm publish --access public diff --git a/package.json b/package.json index 522cda2..e12a785 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,5 @@ "lodash": "^4.17.21", "md5": "^2.3.0", "ora": "^6.1.2" - }, - "devDependencies": { - "@renkunx/translate-cli": "^1.1.0" } }