File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ ADD . ${WORK}
2828# (https://docs.openshift.org/latest/creating_images/guidelines.html#openshift-specific-guidelines)
2929RUN \
3030 npm install && \
31- npm run static && \
3231 npm rebuild node-sass && \
3332 npm run build && \
3433 rm -rf static docs test /tmp/* && \
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "static" : " mkdir -p _static/js; mkdir -p _static/css; cp -r static/* _static" ,
99 "win-static" : " xcopy static\\ * _static /e /s /y /i& if not exist _static\\ js mkdir _static\\ js& if not exist _static\\ css mkdir _static\\ css" ,
10- "prestart" : " npm run static" ,
11- "prewin-start" : " npm run win-static" ,
10+ "prebuild" : " npm run static" ,
1211 "predev" : " npm run static" ,
1312 "predev-win-hsl" : " npm run win-static" ,
1413 "predev-win-national" : " npm run win-static" ,
You can’t perform that action at this time.
0 commit comments