mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 02:53:28 +03:00
b58c3fd8fb
* chore: add e2e
23 lines
654 B
JSON
23 lines
654 B
JSON
{
|
|
"name": "pathfinder",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
|
|
"build": "pnpm -r build",
|
|
"export": "pnpm --filter @pathfinder/app export",
|
|
"start": "pnpm --filter @pathfinder/app start",
|
|
"lint": "pnpm --filter @pathfinder/app lint",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.27.1",
|
|
"@types/node": "18.7.18",
|
|
"eslint": "8.22.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|