feat: add .npmrc file with node-linker set to hoisted
Some checks failed
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped

This commit is contained in:
Илья Глазунов 2026-02-16 22:49:23 +03:00
parent c68a546e72
commit 851edc6da1
2 changed files with 2 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
node-linker=hoisted

View File

@ -1,7 +1,7 @@
{
"name": "mastermind",
"productName": "Mastermind",
"version": "0.7.2",
"version": "0.7.3",
"description": "Mastermind AI assistant",
"main": "src/index.js",
"scripts": {