1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-25 19:17:39 +03:00

Update snapcraft.yaml

This commit is contained in:
Eugene 2019-03-13 12:45:41 +01:00 committed by GitHub
parent 5f74b35ba9
commit b9cbe4f12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,11 @@ apps:
parts: parts:
app: app:
plugin: dump plugin: nodejs
source: . source: .
build-packages: build-packages:
- libfontconfig-dev - libfontconfig-dev
- npm
override-build: | override-build: |
npm i -g yarn
yarn yarn
./scripts/build-native.js ./scripts/build-native.js
yarn run build yarn run build