Skip to content

Commit 683f34f

Browse files
committed
fixup
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 618af43 commit 683f34f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"start": "wattpm start",
1010
"typecheck": "cd web/backend && tsc && cd ../frontend && tsc",
1111
"client:openapi": "cd web/backend && node --experimental-strip-types utils/client.openapi.ts",
12-
"client:generate": "./node_modules/.bin/massimo ./web/backend/openapi.json --name backend --folder web/frontend/src/client --language ts --frontend --full --skip-config-update --props-optional",
12+
"client:generate": "massimo ./web/backend/openapi.json --name backend --folder web/frontend/src/client --language ts --frontend --full --skip-config-update --props-optional",
1313
"test": "npm run test:cli && npm run test:e2e && npm run test:backend && npm run test:frontend",
1414
"test:cli": "node --test --experimental-test-module-mocks --test-timeout 60000 test/*.test.ts",
1515
"test:backend": "node --test --experimental-test-module-mocks --test-timeout 60000 --test-concurrency 1 web/backend/**/*.test.ts",
1616
"test:frontend": "cd web/frontend && vitest run",
17-
"pretest:e2e": "./node_modules/.bin/playwright install chromium",
17+
"pretest:e2e": "playwright install chromium",
1818
"test:e2e": "cd web/frontend && playwright test",
1919
"test:e2e:ui": "npm run test:e2e -- --ui",
2020
"clean": "rm -rf ./web/*/dist ./playwright-report ./test-results",
@@ -72,6 +72,6 @@
7272
"vitest": "^3.2.4"
7373
},
7474
"bin": {
75-
"watt-admin": "./cli.js"
75+
"watt-admin": "cli.js"
7676
}
7777
}

0 commit comments

Comments
 (0)