|
|
@ -32,7 +32,7 @@ |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"bootstrap": "pnpm --filter=nocodb-sdk install --ignore-scripts && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui install", |
|
|
|
"bootstrap": "pnpm --filter=nocodb-sdk install --ignore-scripts && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install", |
|
|
|
"start:frontend": "pnpm --filter=nc-gui run dev", |
|
|
|
"start:frontend": "pnpm --filter=nc-gui run dev", |
|
|
|
"start:backend": "pnpm --filter=nocodb run start", |
|
|
|
"start:backend": "pnpm --filter=nocodb run start", |
|
|
|
"lint:staged:playwright": "cd ./tests/playwright; npx lint-staged; cd -", |
|
|
|
"lint:staged:playwright": "cd ./tests/playwright; npx lint-staged; cd -", |
|
|
|