Skip to content

Commit

Permalink
Stable uses ember build
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 7, 2024
1 parent e289787 commit 4511ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/library-exports-conditions-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class Application extends Route {};

hooks.before(async assert => {
app = await scenario.prepare();
let result = await app.execute('pnpm build');
let result = await app.execute('pnpm ember build --environment=production');
assert.equal(result.exitCode, 0, result.output);

let files = await globby('**/*.js', { cwd: join(app.dir, 'dist') });
Expand Down

0 comments on commit 4511ce5

Please sign in to comment.