Browse Source

Try to fix Snap.

Lauri Ojansivu 5 years ago
parent
commit
b591727b64
1 changed files with 0 additions and 1 deletions
  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