瀏覽代碼

Try to fix Snap.

Lauri Ojansivu 5 年之前
父節點
當前提交
b591727b64
共有 1 個文件被更改,包括 0 次插入1 次删除
  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