Skip to content

Commit

Permalink
is this correct syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Dec 16, 2024
1 parent bf92c0b commit 64e760d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
submodules: true
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop .#evap-dev --command bash -c "npm ci && ./manage.py ts compile && ./manage.py scss"
- run: nix develop .#evap-dev --command bash -c <<EOF
set -ex
npm ci
./manage.py compilemessages
./manage.py scss --production
./manage.py ts compile --fresh
EOF
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 64e760d

Please sign in to comment.