Skip to content

Commit 996be6d

Browse files
authored
Update build.yml
Split up build tasks in workflow
1 parent 81c7480 commit 996be6d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-dev
29+
- name: Build CSS
30+
run: npm run css-dev

0 commit comments

Comments
 (0)