Skip to content

Commit 7f0e80d

Browse files
committed
chore: update 1.26.0
1 parent d28e0fa commit 7f0e80d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockmine",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "Мощная панель управления ботами для Майнкрафта.",
55
"author": "merka",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"dev": "concurrently \"npm run dev --workspace=backend\" \"npm run dev --workspace=frontend\"",
28-
"postinstall": "npm install --workspace=frontend --ignore-scripts && prisma generate --schema=./backend/prisma/schema.prisma",
28+
"postinstall": "node scripts/postinstall.js",
2929
"build": "npm run build --workspace=frontend",
3030
"prepublishOnly": "npm run build",
3131
"prepare": "husky",

0 commit comments

Comments
 (0)