Skip to content

Commit d1c0faa

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/src/types/node-22.13.14
2 parents 2a8607d + d14a103 commit d1c0faa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,25 @@
1313
"pnpm": ">=9"
1414
},
1515
"scripts": {
16-
"build": "concurrently \"pnpm build:types\" \"pnpm build:js\" \"pnpm build:examples\"",
17-
"build:packages": "concurrently \"pnpm build:types\" \"pnpm build:js\"",
16+
"build": "concurrently \"pnpm build:types\" \"pnpm build:js\" && pnpm build:examples",
1817
"build:examples": "turbo --filter \"./examples/**\" build",
19-
"build:types": "turbo --filter \"!./examples/**\" build:types",
2018
"build:js": "turbo --filter \"!./examples/**\" build:js",
21-
"build:watch": "concurrently -prefix \"none\" \"pnpm build:js --watch\" \"pnpm -r build:types\"",
19+
"build:packages": "concurrently \"pnpm build:types\" \"pnpm build:js\"",
20+
"build:types": "turbo --filter \"!./examples/**\" build:types",
2221
"clean": "./clean.sh && pnpm force:build",
22+
"database:rebuild-local": "dropdb graphweaver --if-exists && createdb graphweaver && pnpm migrate",
2323
"fix:project:references": "pnpm set-project-references --save",
2424
"force:build": "TURBO_FORCE=true pnpm build",
2525
"format": "pnpm prettier",
26+
"lint:fix": "eslint . --fix",
27+
"lint": "eslint .",
28+
"pack:all": "rm -rf .packs && mkdir -p .packs && pnpm build:packages && pnpm packages:pack",
2629
"packages:pack": "turbo --filter \"!./examples/**\" package:pack -- --pack-destination ../../.packs",
2730
"prettier": "prettier --write .",
28-
"pack:all": "rm -rf .packs && mkdir -p .packs && pnpm build:packages && pnpm packages:pack",
29-
"publish:packages": "pnpm build && pnpm -r publish --no-git-checks --access public",
3031
"publish:dry": "pnpm build && pnpm -r publish --no-git-checks --access public --dry-run",
31-
"lint": "eslint .",
32-
"lint:fix": "eslint . --fix",
33-
"database:rebuild-local": "dropdb graphweaver --if-exists && createdb graphweaver && pnpm migrate",
34-
"start": "echo \"To start an example, cd examples/[the application you want] then run pnpm start\"",
32+
"publish:packages": "pnpm build && pnpm -r publish --no-git-checks --access public",
3533
"relink:deps": "pnpm --filter \"!@exogee/graphweaver-end-to-end\" update -r \"@exogee/*\" \"vite-plugin-graphweaver\"",
34+
"start": "echo \"To start an example, cd examples/[the application you want] then run pnpm start\"",
3635
"version:bump": "pnpm -r version"
3736
},
3837
"devDependencies": {

0 commit comments

Comments
 (0)