Skip to content

Commit

Permalink
Update build_extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranberry3148 authored Dec 29, 2024
1 parent 6b9781e commit b6357e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
cache: 'npm'
cache-dependency-path: 'Extension-React/package-lock.json'
- run:
cd Extension-React
npm i
npm run build
cd Extension-React && \
npm i && \
npm run build && \
mv dist Syrup-dev
- name: Upload dist Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit b6357e1

Please sign in to comment.