@automatify-au/cli 0.1.12 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automatify-au/cli",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Forge-first CLI for Automatify Jira TestOps",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,10 +43,10 @@
43
43
  "dev": "tsx src/index.ts --help",
44
44
  "cli": "node dist/automatify.cjs",
45
45
  "cli:dev": "tsx src/index.ts",
46
- "lint": "echo 'no lint configured'",
47
- "format": "echo 'no format configured'",
46
+ "lint": "biome lint .",
47
+ "format": "biome format --write .",
48
48
  "test": "tsx --test src/*.test.ts",
49
- "test:allure": "rm -rf allure-results && mkdir -p allure-results && ALLURE_RESULTS_DIR=allure-results node --import tsx --test --test-reporter=spec --test-reporter=./scripts/node-test-allure-reporter.mjs --test-reporter-destination=stdout --test-reporter-destination=allure-results/node-test-reporter.log src/*.test.ts"
49
+ "test:allure": "node scripts/run-tests-with-allure.mjs"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@automatify/allure-core": "workspace:*",