|
@@ -128,12 +128,13 @@ parts:
|
|
|
plugin: nil
|
|
|
override-build: |
|
|
|
npm install yarn
|
|
|
- if [ -n "${http_proxy-}" ]; then
|
|
|
- yarn config set httpProxy "${http_proxy}"
|
|
|
- fi
|
|
|
- if [ -n "${https_proxy-}" ]; then
|
|
|
- yarn config set httpsProxy "${https_proxy}"
|
|
|
- fi
|
|
|
+ # YARN="${SNAPCRAFT_PART_BUILD}/node_modules/yarn/bin/yarn"
|
|
|
+ # if [ -n "${http_proxy-}" ]; then
|
|
|
+ # $YARN config set httpProxy "${http_proxy}"
|
|
|
+ # fi
|
|
|
+ # if [ -n "${https_proxy-}" ]; then
|
|
|
+ # $YARN config set httpsProxy "${https_proxy}"
|
|
|
+ # fi
|
|
|
#$SNAPCRAFT_PART_BUILD/node_modules/.bin/yarn set version berry
|
|
|
snapcraftctl build
|
|
|
cp -r $SNAPCRAFT_PART_BUILD/* $SNAPCRAFT_PART_INSTALL
|