-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild-prod.sh
More file actions
14 lines (12 loc) · 874 Bytes
/
build-prod.sh
File metadata and controls
14 lines (12 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#node patch if some error, run node patch after npm i
# To reslove Error: error:0308010C:digital envelope routines::unsupported:#-
# On Unix-like (Linux, macOS, Git bash, etc.): #-
export NODE_OPTIONS=--openssl-legacy-provider #-
#-
# On Windows command prompt: #-
set NODE_OPTIONS=--openssl-legacy-provider #-
#-
#On PowerShell: #-
$env:NODE_OPTIONS = "--openssl-legacy-provider" #-
#-------------------------------------------------------------------------#-
ng build --prod --aot=true --optimization=true