mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-46514] - Migrating to Pnpm to increase safety
This commit is contained in:
+4
-2
@@ -4,8 +4,9 @@
|
||||
"version": "8.5.0",
|
||||
"author": "Hyland Software, Inc. and its affiliates",
|
||||
"scripts": {
|
||||
"preinstall": "node scripts/preinstall-check.mjs",
|
||||
"prepare": "node scripts/postinstall-security.mjs",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"prepare": "husky && node scripts/post-install-check.mjs",
|
||||
"add": "node scripts/safe-add.mjs",
|
||||
"bundle:js-api": "nx run js-api:bundle",
|
||||
"bundle:cli": "nx run cli:bundle",
|
||||
"test:affected": "nx affected:test",
|
||||
@@ -159,6 +160,7 @@
|
||||
"engines": {
|
||||
"node": ">=24.14.0"
|
||||
},
|
||||
"packageManager": "pnpm@11.5.0",
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user