We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d954 commit f75eacbCopy full SHA for f75eacb
.github/workflows/release.yml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: '16.x'
16
- registry-url: 'https://registry.npmjs.org'
17
cache: 'yarn'
18
- run: yarn install --frozen-lockfile
19
- name: release on npm
package.json
@@ -39,7 +39,7 @@
39
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
40
"lint": "eslint .",
41
"prepack": "nuxt-module-build",
42
- "release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish"
+ "release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish --registry https://registry.npmjs.org"
43
},
44
"dependencies": {
45
"@nuxt/kit": "^3.2.0",
0 commit comments