Skip to content

Commit

Permalink
deploy action
Browse files Browse the repository at this point in the history
Signed-off-by: Faridul Islam <foridpathan45@gmail.com>
  • Loading branch information
foridpathan committed Nov 2, 2024
1 parent fd13c03 commit 81c6b26
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 @@ -13,7 +13,7 @@
"build": "npm-run-all --sequential platform:*",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
Expand Down

0 comments on commit 81c6b26

Please sign in to comment.