Skip to content

Commit

Permalink
[deploy] trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
machine-moon committed Jan 7, 2025
1 parent 8e29994 commit 8db9424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"format:fix": "prettier --write .",
"fix": "yarn lint:fix && yarn format:fix",
"predeploy": "yarn fix && yarn build",
"deploy": "git add . && git commit --allow-empty -m \"[deploy] trigger build\" && git push origin master"
"deploy": "git add . && git commit --allow-empty -m \"[deploy] trigger build\" && git push origin master",
"deploy:resume": "yarn predeploy && git add . && git commit --allow-empty -m \"[deploy] resume update\" && git push origin master"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down

0 comments on commit 8db9424

Please sign in to comment.