Skip to content

Commit 4bec449

Browse files
committed
Do not run ember precompile/postcompile
This did not play nicely with E2E tests, so disabling this for now...
1 parent 5ce8a4f commit 4bec449

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/ember/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"lint:ts": "tsc",
2828
"start": "ember serve",
2929
"test": "ember test",
30-
"test:all": "ember try:each",
31-
"prepack": "ember ts:precompile",
32-
"postpack": "ember ts:clean"
30+
"test:all": "ember try:each"
3331
},
3432
"dependencies": {
3533
"@embroider/macros": "^1.9.0",

0 commit comments

Comments
 (0)