File tree 2 files changed +3
-3
lines changed
tests/ember-data__request
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
"build:pkg" : " vite build;" ,
29
29
"prepack" : " pnpm run build:pkg" ,
30
30
"sync" : " echo \" syncing\" " ,
31
- "lint " : " eslint . --quiet --cache --cache-strategy=content" ,
31
+ "_temporarily_deactivated_lint " : " eslint . --quiet --cache --cache-strategy=content" ,
32
32
"start" : " vite"
33
33
},
34
34
"bin" : {
Original file line number Diff line number Diff line change 17
17
"scripts" : {
18
18
"build:tests" : " IS_TESTING=true EMBER_CLI_TEST_COMMAND=true ember build --output-path=dist-test --suppress-sizes" ,
19
19
"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" ,
21
21
"lint" : " eslint . --quiet --cache --cache-strategy=content" ,
22
22
"check:types" : " tsc --noEmit" ,
23
23
"test" : " bun ./diagnostic.js" ,
24
- "test :production" : " bun ./diagnostic.js" ,
24
+ "_temporarily_deactivated_test :production" : " bun ./diagnostic.js" ,
25
25
"test:start" : " bun ./diagnostic.js --serve --no-launch"
26
26
},
27
27
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments