Source nvm in build function
This commit is contained in:
parent
e64857e76e
commit
d39a044b63
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue