File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 cache : ' npm'
2222 - name : Install Node.js dependencies
2323 run : npm install
24- - name : Build Javascript & CSS
24+ - name : Build Javascript
2525 env :
2626 # Fix for ERR_OSSL_EVP_UNSUPPORTED error caused by Webpack
2727 NODE_OPTIONS : --openssl-legacy-provider
28- run : |
29- npm run css-dev
30- npm run webpack-dev
28+ run : npm run webpack-prod
29+ - name : Build CSS
30+ run : npm run css-prod
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ RUN apk add --no-cache --virtual .gyp git python3 make g++ libc6-compat
99RUN npm config set unsafe-perm true
1010ADD package*.json ./
1111RUN npm install
12- ADD create_archive.js .
1312ADD webpack.config.js .
1413COPY src ./src
1514# --legacy-peer-deps
16- CMD npm run css-prod && npm run webpack-prod
15+ CMD npm run css-prod && npm run webpack-prod
You can’t perform that action at this time.
0 commit comments