We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6b825 commit f4ac9f5Copy full SHA for f4ac9f5
.github/workflows/release.yml
@@ -16,8 +16,9 @@ jobs:
16
with:
17
node-version: 18
18
cache: 'pnpm'
19
+ registry-url: https://registry.npmjs.org/
20
- run: pnpm install
21
- run: pnpm build
- - run: cd lib && npm publish
22
+ - run: cd lib && pnpm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
common/eslint-config-custom/package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0",
4
"main": "index.js",
5
"license": "MIT",
6
+ "private": "true",
7
"dependencies": {
8
"eslint": "^7.23.0",
9
"eslint-config-next": "13.0.0",
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@unleash/nextjs-monorepo",
+ "name": "unleash-nextjs-monorepo",
"private": true,
"workspaces": [
0 commit comments