Skip to content

Commit 8769459

Browse files
hanslfilipesilva
authored andcommitted
test: add e2e for typescript 2.4 and 2.7
1 parent b64218c commit 8769459

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { ng, npm } from '../../../utils/process';
2+
3+
export default async function () {
4+
await npm('install', '[email protected]');
5+
await ng('build');
6+
await ng('build', '--prod');
7+
await npm('install', '[email protected]');
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { ng, npm } from '../../../utils/process';
2+
3+
export default async function () {
4+
await npm('install', '[email protected]');
5+
await ng('build');
6+
await ng('build', '--prod');
7+
await npm('install', '[email protected]');
8+
}

0 commit comments

Comments
 (0)