Skip to content

Commit

Permalink
ci: switch build to standlone config
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jun 24, 2024
1 parent a046f61 commit 46a77b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm clean-install
- run: npm run build
- run: npm run build:standalone
- name: Store build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 46a77b3

Please sign in to comment.