Skip to content

Commit

Permalink
fix: publish update yarn lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Oct 2, 2024
1 parent 6e6a4ff commit 5b16675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"reset-database": "dotenv turbo run reset-database",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-package": "yarn build:next-admin && changeset publish",
"changeset-version": "(changeset version) && cp packages/next-admin/CHANGELOG.md apps/docs/pages/changelog/index.md"
"changeset-version": "(changeset version) && cp packages/next-admin/CHANGELOG.md apps/docs/pages/changelog/index.md && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install"
},
"devDependencies": {
"dotenv-cli": "7.2.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ __metadata:
languageName: unknown
linkType: soft

"@premieroctet/next-admin@npm:6.1.2, @premieroctet/next-admin@workspace:packages/next-admin":
"@premieroctet/next-admin@npm:6.1.3, @premieroctet/next-admin@workspace:packages/next-admin":
version: 0.0.0-use.local
resolution: "@premieroctet/next-admin@workspace:packages/next-admin"
dependencies:
Expand Down Expand Up @@ -6794,7 +6794,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.0.0"
"@heroicons/react": "npm:^2.1.1"
"@premieroctet/next-admin": "npm:6.1.2"
"@premieroctet/next-admin": "npm:6.1.3"
"@types/node": "npm:^17.0.12"
"@types/react": "npm:^18.2.0"
"@types/react-dom": "npm:^18.2.0"
Expand Down Expand Up @@ -7857,7 +7857,7 @@ __metadata:
"@heroicons/react": "npm:^2.0.18"
"@picocss/pico": "npm:^1.5.7"
"@playwright/test": "npm:^1.37.0"
"@premieroctet/next-admin": "npm:6.1.2"
"@premieroctet/next-admin": "npm:6.1.3"
"@prisma/client": "npm:5.14.0"
"@tremor/react": "npm:^3.2.2"
"@types/node": "npm:^17.0.12"
Expand Down

0 comments on commit 5b16675

Please sign in to comment.