Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"typecheck": "tsc -p ./tsconfig.server.json --noEmit && tsc -p ./tsconfig.client.json --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:ast-grep": "appkit lint",
"lint:ast-grep": "appkit-lint",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "vitest run && npm run test:smoke",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:smoke": "playwright install chromium && playwright test tests/smoke.spec.ts",
"clean": "rm -rf client/dist dist build node_modules .smoke-test test-results playwright-report",
"typegen": "appkit generate-types",
"setup": "appkit setup --write"
"typegen": "appkit-generate-types",
"setup": "appkit-setup --write"
},
"keywords": [],
"author": "",
Expand Down