Skip to content

Commit 86e91b2

Browse files
authored
Merge pull request #61 from retejs/fix/build-for-v16
fix: install deps for v16
2 parents 17c9c51 + fd667a2 commit 86e91b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:14": "npm --prefix ng14 run build",
1111
"build:15": "npm --prefix ng15 run build",
1212
"build:16": "npm --prefix ng16 run build",
13-
"postinstall": "npm i --prefix ng12 && npm i --prefix ng13 && npm i --prefix ng14 && npm i --prefix ng15"
13+
"postinstall": "npm i --prefix ng12 && npm i --prefix ng13 && npm i --prefix ng14 && npm i --prefix ng15 && npm i --prefix ng16"
1414
},
1515
"author": "Vitaliy Stoliarov",
1616
"license": "MIT",

0 commit comments

Comments
 (0)