Skip to content

Commit

Permalink
Merge pull request #61 from retejs/fix/build-for-v16
Browse files Browse the repository at this point in the history
fix: install deps for v16
  • Loading branch information
Ni55aN authored Jul 16, 2023
2 parents 17c9c51 + fd667a2 commit 86e91b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:14": "npm --prefix ng14 run build",
"build:15": "npm --prefix ng15 run build",
"build:16": "npm --prefix ng16 run build",
"postinstall": "npm i --prefix ng12 && npm i --prefix ng13 && npm i --prefix ng14 && npm i --prefix ng15"
"postinstall": "npm i --prefix ng12 && npm i --prefix ng13 && npm i --prefix ng14 && npm i --prefix ng15 && npm i --prefix ng16"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
Expand Down

0 comments on commit 86e91b2

Please sign in to comment.