Skip to content

Commit

Permalink
Merge pull request #1 from NeoMty/main
Browse files Browse the repository at this point in the history
feat: Add configs for deployment
  • Loading branch information
NeoMty authored Feb 24, 2024
2 parents 9f00839 + a956582 commit f760116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "portfolio",
"private": true,
"version": "0.0.0",
"homepage": "https://neomty.github.io/",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit f760116

Please sign in to comment.