Skip to content

Commit f75eacb

Browse files
authored
registryをcliコマンドに追加 (#8)
1 parent 405d954 commit f75eacb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: '16.x'
16-
registry-url: 'https://registry.npmjs.org'
1716
cache: 'yarn'
1817
- run: yarn install --frozen-lockfile
1918
- name: release on npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
4040
"lint": "eslint .",
4141
"prepack": "nuxt-module-build",
42-
"release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish"
42+
"release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish --registry https://registry.npmjs.org"
4343
},
4444
"dependencies": {
4545
"@nuxt/kit": "^3.2.0",

0 commit comments

Comments
 (0)