chore: add bootstrap cmd

This commit is contained in:
Wing-Kam Wong
2023-08-31 15:38:22 +08:00
parent 8899058b0a
commit c71e759127

View File

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