Skip to content

Commit

Permalink
second
Browse files Browse the repository at this point in the history
  • Loading branch information
cluelessmonk committed Apr 30, 2024
1 parent 59e9d92 commit dff28e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"homepage":"http://cluelessmonk.github.io/Conference_Website_Diff",
"homepage": "http://cluelessmonk.github.io/Conference_Website_Diff",
"name": "test1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"predeploy":"npm run build",
"deploy":"gh-pages -d build",
"deploy": "vite build && gh-pages -d dist",

"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit dff28e5

Please sign in to comment.