There was an error while loading. Please reload this page.
1 parent b64218c commit ae81317Copy full SHA for ae81317
tests/e2e/tests/build/typescript/typescript-2_4.ts
@@ -0,0 +1,8 @@
1
+import { ng, npm } from '../../../utils/process';
2
+
3
+export default async function () {
4
+ await npm('install', 'typescript@2.4');
5
+ await ng('build');
6
+ await ng('build', '--prod');
7
+ await npm('install', 'typescript@2.6');
8
+}
tests/e2e/tests/build/typescript/typescript-2_7.ts
+ await npm('install', 'typescript@2.7');
0 commit comments