Add verbose to ng build
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
parent
d0eaddf1d9
commit
4373e27d40
|
|
@ -8,7 +8,7 @@ RUN npm install
|
|||
|
||||
COPY ./Client ./
|
||||
|
||||
RUN node --verbose --max_old_space_size=1000 node_modules/@angular/cli/bin/ng build --prod --configuration=production
|
||||
RUN node --max_old_space_size=1000 node_modules/@angular/cli/bin/ng build --prod --verbose --configuration=production
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue