Skip to content

Commit

Permalink
[dev] fix 404 vira pages
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Dec 10, 2024
1 parent 043be3e commit 9c0558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"type": "module",
"scripts": {
"build": "tsx src/build-all.ts",
"build": "tsx src/build-all.ts && cp ../../dist/vira/404.html ../../dist/404.html",
"compile": "virmator compile",
"test": "npm run test:exports",
"test:exports": "tsx src/vira-scripts/update-all-exports.ts --check",
Expand Down

0 comments on commit 9c0558a

Please sign in to comment.