Skip to content

Commit

Permalink
npmify and update to @lando/[email protected] part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 5, 2023
1 parent dbe4099 commit f0456d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"all": true
},
"scripts": {
"cli:build": "npm run clean && npm run pkg -c package.json -t node18 bin/lando.js",
"cli:build": "npm run clean && pkg -c package.json -t node18 bin/lando.js",
"docs:dev": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs",
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
"clean": "rimraf dist",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --quiet . && npm run docs:lint",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js experimental/**/test/*.spec.js plugins/**/test/**/*.spec.js",
"test:leia": "npm run leia \"examples/**/README.md\" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file --spawn --stdin",
"test:leia": "leia \"examples/**/README.md\" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file --spawn --stdin",
"test": "npm run lint && npm run test:unit"
},
"oclif": {
Expand Down

0 comments on commit f0456d6

Please sign in to comment.