Source nvm in build function
parent
e64857e76e
commit
d39a044b63
3
PKGBUILD
3
PKGBUILD
|
@ -40,6 +40,9 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
# Each function needs this separately
|
||||||
|
source /usr/share/nvm/init-nvm.sh
|
||||||
|
|
||||||
cd "${srcdir}/${pkgname%-git}" || exit
|
cd "${srcdir}/${pkgname%-git}" || exit
|
||||||
|
|
||||||
# We are not using the systems Electron as we need castlab's Electron.
|
# We are not using the systems Electron as we need castlab's Electron.
|
||||||
|
|
Loading…
Reference in New Issue