chore(cli): test patch for release

This commit is contained in:
Ayo Ayco 2024-12-27 12:01:43 +01:00
parent cfd7e7ba9a
commit bebee213f2

View file

@ -1,6 +1,6 @@
{ {
"name": "@mcflyjs/cli", "name": "@mcflyjs/cli",
"version": "0.0.26", "version": "0.0.27",
"description": "McFly CLI tools", "description": "McFly CLI tools",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
@ -8,6 +8,8 @@
"mcfly": "./index.js" "mcfly": "./index.js"
}, },
"scripts": { "scripts": {
"version": "npm version",
"publish": "npm publish",
"test": "vitest", "test": "vitest",
"test:ui": "vitest --ui", "test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"