mirror of
https://github.com/Redocly/redoc.git
synced 2025-09-24 04:56:39 +03:00
Update webpack.yml
This commit is contained in:
parent
0dce0ab91c
commit
de520772a7
7
.github/workflows/webpack.yml
vendored
7
.github/workflows/webpack.yml
vendored
|
@ -13,10 +13,11 @@ jobs:
|
|||
with:
|
||||
node-version: 18.x
|
||||
|
||||
- name: Instal
|
||||
run: npm install
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run bundle:standalone
|
||||
run: npm run bundle:standalone
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user