Skip to content

Commit

Permalink
automatically commit the updated deploy date
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 7, 2024
1 parent 11c7906 commit 37c77b5
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 @@ -29,7 +29,7 @@
"clean:code": "npm-run-all prettier lint:all",
"cname": "node tools/write-cname.js",
"set-version": "yarn version --new-version `date -u +%Y.%m%d.%H%M`",
"update-deploy-date": "echo \"$(sed '$d' product-status.md)\"$'\n'\"$(jq -r '.version' package.json)\" > product-status.md",
"update-deploy-date": "echo \"$(sed '$d' product-status.md)\"$'\n'\"$(jq -r '.version' package.json)\" > product-status.md; git commit -m 'Update deploy date' product-status.md",
"predeploy": "yarn run set-version; yarn run update-deploy-date; yarn run precompile; yarn run build; yarn run cname",
"deploy": "gh-pages -d dist"
},
Expand Down

0 comments on commit 37c77b5

Please sign in to comment.