mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
initial e2e code infra and tests remove unnecessary files Revert yarn.lock to match master delete load sql db for postgres revert yarn.lock remove accidental changes add line at EOF re-add yarn.lock Revert yarn.lock to match master add line at EOF add more text and ResultPane selectors add tests to table side bars, table creation and deletion tests refactoring clean up & activate gha actions again attempting to fix e2e ci update build step gha adjustments update package.json fixing ci attempt attempt to fix ci attempt to fix action attempt to fix ci attempt to fix ci attempt to fix ci attempt to fix ci attempt to fix ci
39 lines
1.8 KiB
JSON
39 lines
1.8 KiB
JSON
{
|
|
"name": "bks-root",
|
|
"version": "1.0.0",
|
|
"repository": "git@github.com:beekeeper-studio/beekeeper-studio.git",
|
|
"author": "Matthew Rathbone <matthew.rathbone@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"bks:build": "yarn lib:build && yarn workspace beekeeper-studio electron:build",
|
|
"bks:dev": "yarn lib:build && yarn workspace beekeeper-studio electron:serve",
|
|
"bks:config:build": "yarn workspace beekeeper-studio config:build",
|
|
"lib:dev": "yarn workspace @beekeeperstudio/ui-kit lib:dev",
|
|
"lib:build": "yarn workspace @beekeeperstudio/ui-kit build",
|
|
"sqltools:build": "yarn workspace sqltools build",
|
|
"sqltools:dev": "yarn workspace sqltools serve",
|
|
"electron:build": "yarn bks:build",
|
|
"electron:serve": "yarn bks:dev",
|
|
"docs:serve": "yarn workspace beekeeper-studio docs:serve",
|
|
"web:serve": "yarn sqltools:dev",
|
|
"test:e2e": "yarn workspace beekeeper-studio test:e2e",
|
|
"test:e2e:ci": "yarn workspace beekeeper-studio test:e2e:ci",
|
|
"test:integration": "yarn workspace beekeeper-studio test:integration",
|
|
"test:unit": "yarn workspace beekeeper-studio test:unit",
|
|
"test:ci": "yarn workspace beekeeper-studio test:ci",
|
|
"test:codemirror": "yarn workspace beekeeper-studio test:codemirror",
|
|
"all:lint": "yarn workspace beekeeper-studio lint && yarn workspace sqltools lint && npx eslint 'shared/**' --fix",
|
|
"postinstall": "husky install",
|
|
"prepack": "pinst --disable",
|
|
"postpack": "pinst --enable"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "8.0.3",
|
|
"pinst": "^3.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
} |