remove npm funding message on build

This commit is contained in:
Kalle
2024-11-07 16:29:45 +01:00
parent 0e5a5dfe95
commit 86653e3b1e
+1 -1
View File
@@ -22,5 +22,5 @@
}
},
"postCreateCommand": "npm i lv_i18n -g"
"postCreateCommand": "npm install lv_i18n -g --no-fund"
}