Skip to content

Commit

Permalink
Removing soem sync
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 14, 2025
1 parent 8cc1269 commit 558359d
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 35 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,22 @@
},
"scripts": {
"takeoff": "FORCE_COLOR=2 pnpm install --prefer-offline --reporter=append-only",
"prepare": "turbo run build:infra; pnpm --filter './packages/*' run --parallel --if-present sync-hardlinks; turbo run build:pkg; pnpm run prepare:types; pnpm run _task:sync-hardlinks;",
"prepare": "turbo run build:infra; turbo run build:pkg; pnpm run prepare:types;",
"prepare:types": "tsc --build --force; turbo run build:glint;",
"release": "./release/index.ts",
"build": "turbo _build --log-order=stream --filter=./packages/* --concurrency=10;",
"_task:sync-hardlinks": "pnpm run -r --parallel --if-present sync-hardlinks;",
"build:docs": "mkdir -p packages/-ember-data/dist && cd ./docs-generator && node ./compile-docs.js",
"lint:tests": "turbo --log-order=stream lint --filter=./tests/* --continue --concurrency=10",
"lint:pkg": "turbo --log-order=stream lint --filter=./packages/* --continue --concurrency=10",
"lint": "pnpm run _task:sync-hardlinks; turbo --log-order=stream lint --continue --concurrency=10",
"lint:fix": "pnpm run _task:sync-hardlinks; turbo --log-order=stream lint --continue --concurrency=10 -- --fix",
"lint": "turbo --log-order=stream lint --continue --concurrency=10",
"lint:fix": "turbo --log-order=stream lint --continue --concurrency=10 -- --fix",
"lint:prettier": "prettier --check --cache --cache-location=.prettier-cache --log-level=warn .",
"lint:prettier:fix": "prettier --write --cache --cache-location=.prettier-cache --log-level=warn .",
"preinstall": "npx only-allow pnpm",
"check:test-types": "turbo --log-order=stream check:types --filter=./{tests,config}/* --continue --concurrency=10",
"check:types": "pnpm run _task:sync-hardlinks; bun run check:test-types",
"test": "pnpm run _task:sync-hardlinks; pnpm turbo test --concurrency=1",
"test:production": "pnpm run _task:sync-hardlinks; pnpm turbo test:production --concurrency=1",
"check:types": "bun run check:test-types",
"test": "pnpm turbo test --concurrency=1",
"test:production": "pnpm turbo test:production --concurrency=1",
"test:try-one": "pnpm --filter main-test-app run test:try-one",
"test:docs": "FORCE_COLOR=2 pnpm build:docs && pnpm run -r --workspace-concurrency=-1 --if-present --reporter=append-only --reporter-hide-prefix test:docs",
"test:blueprints": "pnpm run -r --workspace-concurrency=-1 --if-present test:blueprints",
Expand Down
3 changes: 1 addition & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"files": [
"unstable-preview-types",
Expand Down
3 changes: 1 addition & 2 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"_lint": "eslint . --quiet --cache --cache-strategy=content",
"build:glint": "glint --build",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"files": [
"unstable-preview-types",
Expand Down
3 changes: 1 addition & 2 deletions packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"files": [
"unstable-preview-types",
Expand Down
3 changes: 1 addition & 2 deletions packages/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"files": [
"unstable-preview-types",
Expand Down
3 changes: 1 addition & 2 deletions packages/schema-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"ember-addon": {
"main": "addon-main.cjs",
Expand Down
3 changes: 1 addition & 2 deletions packages/tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"build:pkg": "vite build;",
"prepack": "bun run build:pkg",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"prepack": "bun run build:pkg"
},
"ember-addon": {
"main": "addon-main.cjs",
Expand Down
3 changes: 1 addition & 2 deletions tests/blueprints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"author": "",
"scripts": {
"lint": "eslint . --quiet --cache --cache-strategy=content",
"test:blueprints": "mocha tests",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"test:blueprints": "mocha tests"
},
"dependenciesMeta": {
"@ember-data/unpublished-test-infra": {
Expand Down
3 changes: 1 addition & 2 deletions tests/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"lint": "eslint . --quiet --cache --cache-strategy=content",
"check:types": "tsc --noEmit",
"test": "bun ./diagnostic.js",
"test:production": "bun ./diagnostic.js",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"test:production": "bun ./diagnostic.js"
},
"dependenciesMeta": {
"@ember-data/json-api": {
Expand Down
3 changes: 1 addition & 2 deletions tests/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"author": "",
"scripts": {
"test:docs": "qunit ./index.js",
"lint": "eslint . --quiet --cache --cache-strategy=content",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"lint": "eslint . --quiet --cache --cache-strategy=content"
},
"devDependencies": {
"@warp-drive/internal-config": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions tests/ember-data__adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"lint": "eslint . --quiet --cache --cache-strategy=content",
"check:types": "tsc --noEmit",
"test": "bun ./diagnostic.js",
"_test:production": "bun ./diagnostic.js",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"_test:production": "bun ./diagnostic.js"
},
"dependenciesMeta": {
"@ember-data/debug": {
Expand Down
3 changes: 1 addition & 2 deletions tests/ember-data__model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"build:tests": "IS_TESTING=true EMBER_CLI_TEST_COMMAND=true ember build --output-path=dist-test --suppress-sizes",
"check:types": "tsc --noEmit",
"lint": "eslint . --quiet --cache --cache-strategy=content",
"test": "bun ./diagnostic.js",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"test": "bun ./diagnostic.js"
},
"dependenciesMeta": {
"@ember-data/adapter": {
Expand Down
3 changes: 1 addition & 2 deletions tests/fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"lint": "eslint . --quiet --cache --cache-strategy=content",
"check:types": "tsc --noEmit",
"start": "ember serve",
"test:fastboot": "ember test --test-port=0",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"test:fastboot": "ember test --test-port=0"
},
"dependencies": {
"@ember-data/unpublished-test-infra": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions tests/vite-basic-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "vite",
"test:vite": "vite build --mode test && ember test --path dist",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"test:vite": "vite build --mode test && ember test --path dist"
},
"dependenciesMeta": {
"ember-data": {
Expand Down
3 changes: 1 addition & 2 deletions tests/warp-drive__experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"check:types": "tsc --noEmit",
"start": "bun run build:tests --watch",
"test": "bun ./diagnostic.js",
"_test:production": "bun ./diagnostic.js",
"sync-hardlinks": "bun run sync-dependencies-meta-injected"
"_test:production": "bun ./diagnostic.js"
},
"dependenciesMeta": {
"@warp-drive/ember": {
Expand Down

0 comments on commit 558359d

Please sign in to comment.