Skip to content

Commit a5330e3

Browse files
committed
temporarily deactivate some scenarios
1 parent 41ee36e commit a5330e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/-warp-drive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:pkg": "vite build;",
2929
"prepack": "pnpm run build:pkg",
3030
"sync": "echo \"syncing\"",
31-
"lint": "eslint . --quiet --cache --cache-strategy=content",
31+
"_temporarily_deactivated_lint": "eslint . --quiet --cache --cache-strategy=content",
3232
"start": "vite"
3333
},
3434
"bin": {

tests/ember-data__request/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"scripts": {
1818
"build:tests": "IS_TESTING=true EMBER_CLI_TEST_COMMAND=true ember build --output-path=dist-test --suppress-sizes",
1919
"start": "bun run build:tests --watch",
20-
"build:production": "bun run build:tests -e production",
20+
"_temporarily_deactivated_build:production": "bun run build:tests -e production",
2121
"lint": "eslint . --quiet --cache --cache-strategy=content",
2222
"check:types": "tsc --noEmit",
2323
"test": "bun ./diagnostic.js",
24-
"test:production": "bun ./diagnostic.js",
24+
"_temporarily_deactivated_test:production": "bun ./diagnostic.js",
2525
"test:start": "bun ./diagnostic.js --serve --no-launch"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)