Skip to content

Commit

Permalink
[Untested] Add install script before building rainfly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kizjkre committed Oct 1, 2024
1 parent 8c37dc4 commit d4a7fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_data/build_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"3.2.0","revision":"dd4ffa7","lastUpdated":"2024-09-30","copyrightYear":2024}
{"version":"3.2.0","revision":"8c37dc4","lastUpdated":"2024-09-30","copyrightYear":2024}
1 change: 1 addition & 0 deletions src/rainfly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"prebuild": "npm ci",
"build": "vite build",
"postbuild": "rm -rf ../../_site/rainfly/* && cp -r build/* ../../_site/rainfly/ && rm -rf build/",
"preview": "vite preview",
Expand Down

0 comments on commit d4a7fab

Please sign in to comment.