setup: do not use "link:" in root package.json

This commit is contained in:
Abdullah Atta
2025-10-11 14:49:24 +05:00
parent 0a3a3bba8c
commit ca115aa854
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"typescript": "^5.6.3",
},
"devDependencies": {
"@notesnook/scripts": "link:@notesnook/scripts",
"@notesnook/scripts": "file:./scripts",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
@@ -301,7 +301,7 @@
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
"@notesnook/scripts": ["@notesnook/scripts@link:@notesnook/scripts", { "bin": { "tx": "execute.mjs" } }],
"@notesnook/scripts": ["@notesnook/scripts@file:scripts", { "bin": { "tx": "execute.mjs" } }],
"@oxc-project/types": ["@oxc-project/types@0.94.0", "", {}, "sha512-+UgQT/4o59cZfH6Cp7G0hwmqEQ0wE+AdIwhikdwnhWI9Dp8CgSY081+Q3O67/wq3VJu8mgUEB93J9EHHn70fOw=="],

View File

@@ -2,7 +2,7 @@
"name": "notesnook",
"private": true,
"scripts": {
"install": "bun run scripts/prepare.mjs",
"prepare": "bun run scripts/prepare.mjs",
"bootstrap": "bun run scripts/bootstrap.mjs",
"clean": "bun run scripts/clean.mjs",
"build": "tx build --all --exclude=mobile,web,monograph,theme-builder,vericrypt",
@@ -61,7 +61,7 @@
"prettier": "^2.8.8",
"serve": "^14.0.1",
"tsdown": "^0.15.6",
"@notesnook/scripts": "link:@notesnook/scripts"
"@notesnook/scripts": "file:./scripts"
},
"dependencies": {
"patch-package": "^7.0.0",