Skip to content

Commit

Permalink
fix: don't purge all static content on build
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimusCrime committed Sep 24, 2024
1 parent cf15a37 commit ea66a58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "youkok2-frontend",
"name": "youkok2-frontend-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -10,7 +10,7 @@
"watch": "npm run clean && webpack --mode development",
"dev": "npm run clean && webpack --mode development",
"prod": "npm run clean && webpack --mode production",
"clean": "rimraf ../static/content/static/**"
"clean": "rimraf ../static/content/admin/static/**"
},
"author": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/frontpage/containers/info-boxes-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InfoBoxesContainer extends Component {
</>
) : (
<>
Youkok2.com legger ned om {formatNumber(1_000_000 - number_downloads)} nedlastninger.
Youkok2.com legges ned om {formatNumber(1_000_000 - number_downloads)} nedlastninger.
</>
)}
</div>
Expand Down

0 comments on commit ea66a58

Please sign in to comment.