11 lines
157 B
Bash
11 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
PATH=$PATH:$(npm bin)
|
||
|
|
||
|
ivy-ngcc node_modules/@angular/common esm2015
|
||
|
cp -r node_modules_ngtsc/* node_modules/
|
||
|
ngc -p tsconfig-app.json
|
||
|
|