project-auto-wizard 0.1.11 → 0.1.12

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-auto-wizard",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "One command DevOps: npx wizard that installs GitHub-native AI Release Automation into any project",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "scripts": {
19
19
  "test": "npm run test:node && npm run test:py",
20
20
  "test:node": "node --test \"tests/node/**/*.test.js\"",
21
- "test:py": "python3 -m unittest discover -s tests/py -v"
21
+ "test:py": "node scripts/run-py-tests.mjs"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",