Skip to content

Commit

Permalink
fix push command
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotandrio committed May 19, 2024
1 parent 0ec8761 commit d3517ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"deploy": "npm run build && gh-pages -d dist -b gh-pages --branch stage"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit d3517ec

Please sign in to comment.