Skip to content

Commit

Permalink
use npm build for pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Mar 2, 2024
1 parent 42fa023 commit e33840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '18'
- run: npm install
working-directory: streamfy/frontend
- run: npm run export
- run: npm run build
working-directory: streamfy/frontend
- run: sed -i 's/_RELEASE = False/_RELEASE = True/' __init__.py
working-directory: streamfy
Expand Down

0 comments on commit e33840a

Please sign in to comment.