Skip to content

Commit

Permalink
refactor: Migrated CRA to Vite (#536)
Browse files Browse the repository at this point in the history
* feat: Migrated CRA to Vite

* chore(workflow/ghpages): Remove the need for `--force` flag in `npm install`
  • Loading branch information
HanzCEO authored Jul 5, 2023
1 parent 901353d commit f1ed20a
Show file tree
Hide file tree
Showing 16 changed files with 846 additions and 14,739 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: npm
cache-dependency-path: '**/package-lock.json'
- working-directory: page
run: npm install -D --force
run: npm install -D
- name: Parse Markdowns
working-directory: tools
run: |
Expand Down
1 change: 1 addition & 0 deletions page/public/index.html → page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
<footer>
<div class="content">
Expand Down
Loading

0 comments on commit f1ed20a

Please sign in to comment.