diff --git a/.gitignore b/.gitignore index 874bc8f..edafbec 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ coverage/ _site docs/.vuepress/.cache docs/.vuepress/.temp -docs/.vuepress/distyarn.lock +docs/.vuepress/dist + +# YARN +yarn.lock diff --git a/.lando.yml b/.lando.yml index 1b609ed..afc2508 100644 --- a/.lando.yml +++ b/.lando.yml @@ -1,7 +1,7 @@ name: lando-acquia-plugin services: node: - type: node:14 + type: node:18 build: - npm install scanner: false diff --git a/package.json b/package.json index d181e84..3221128 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress", "lint": "eslint --quiet . && npm run docs:lint", "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js", - "test:leia": "npm run leia \"examples/**/README.md\" -c 'Destroy tests' --stdin", + "test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin", "test": "npm run lint && npm run test:unit" }, "dependencies": {