fix(critical): remove rogue global NPM installations to strictly enforce Zero-Pollution architecture
This commit is contained in:
2
.agent/env/package.json
vendored
2
.agent/env/package.json
vendored
@@ -8,7 +8,7 @@
|
||||
"update:all-agents": "npm run update:submodules && npm run install:uipro && npm run install:gsd",
|
||||
"update:submodules": "cmd /c \"cd ..\\.. && git submodule update --remote --merge\"",
|
||||
"install:uipro": "cmd /c \"npx uipro update\"",
|
||||
"install:gsd": "cmd /c \"npm install -g get-shit-done-cc@latest\""
|
||||
"install:gsd": "cmd /c \"npm install get-shit-done-cc@latest --save-dev\""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user