Skip to content

Commit a496b54

Browse files
authored
Update build.yml
Changed build workflow to build production files The development scripts were set to watch and would block the runner.
1 parent 996be6d commit a496b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
env:
2626
# Fix for ERR_OSSL_EVP_UNSUPPORTED error caused by Webpack
2727
NODE_OPTIONS: --openssl-legacy-provider
28-
run: npm run webpack-dev
28+
run: npm run webpack-prod
2929
- name: Build CSS
30-
run: npm run css-dev
30+
run: npm run css-prod

0 commit comments

Comments
 (0)