mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
fix(pnpm): remove --ignore-scripts
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "pnpm --filter=nocodb-sdk install --ignore-scripts && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install",
|
||||
"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 -",
|
||||
|
||||
Reference in New Issue
Block a user