Skip to content

Commit

Permalink
Copy in static assets to platform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 21, 2023
1 parent f5a5645 commit 0dbeef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ hooks:
nvm install
npm install
mkdir -p templates/static/assets
cp -R node_modules/@nationalarchives/frontend/nationalarchives/assets/* templates/static/assets
npm run compile
poetry run python manage.py collectstatic --no-input
Expand Down

0 comments on commit 0dbeef3

Please sign in to comment.