Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knownout authored Dec 13, 2023
1 parent 59aa4e2 commit c8739f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
ENV_FILE: ${{ vars.MASTER_ENV_FILE }}

Expand All @@ -30,6 +30,7 @@ jobs:
- name: Build
run: |
npm install
npm run typechain
npm run build
- name: Move to server
run: |
Expand Down

0 comments on commit c8739f7

Please sign in to comment.