1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

B #3951: add mode production build.sh (#309)

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
Jorge Miguel Lobo Escalona 2020-10-08 16:26:43 +02:00 committed by GitHub
parent 015c29265c
commit eadad77b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ clean() {
}
dependencies() {
npm i
npm i --production
}
install() {