Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
branchwelder committed Feb 23, 2023
1 parent 8497c6b commit 51741da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
dist/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "vite build --base=/example-fetch/",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist"
"deploy": "vite build --base=/example-firebase/ && gh-pages -d dist"
},
"dependencies": {
"firebase": "^9.17.1",
Expand Down

0 comments on commit 51741da

Please sign in to comment.