mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Make script "all:install" use the fixed version of npm
Co-authored-by: Gabriel <gaccettola@mirantis.com> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
0003c10dbb
commit
fa840611a1
@ -8,7 +8,7 @@
|
||||
|
||||
"scripts": {
|
||||
"all:reinstall": "npm run clean:node_modules && npm run all:install",
|
||||
"all:install": "npm install",
|
||||
"all:install": "npx --yes --package npm@9.6.5 npm install",
|
||||
"adr:create": "echo \"What is the title?\"; read title; adr new \"$title\"",
|
||||
"adr:change-status": "echo \"Decision number?:\"; read decision; adr status $decision",
|
||||
"adr:update-readme": "adr update",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user