Try to fix Snap.

This commit is contained in:
Lauri Ojansivu 2020-01-14 11:17:23 +02:00
parent 218b44d476
commit b591727b64

View file

@ -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