Przeglądaj źródła

Try to fix Snap.

Lauri Ojansivu 5 lat temu
rodzic
commit
b591727b64
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      snapcraft.yaml

+ 0 - 1
snapcraft.yaml

@@ -110,7 +110,6 @@ parts:
         override-build: |
             echo "Cleaning environment first"
             rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
-            # Create the OpenAPI specification
             rm -rf .build
             echo "Installing meteor"
             curl https://install.meteor.com/ -o install_meteor.sh