Skip to content

Commit fd667a2

Browse files
committed
fix: install deps for v16
1 parent 17c9c51 commit fd667a2

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)