Skip to content

Commit

Permalink
v2024.0306.2112
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 6, 2024
1 parent 134884a commit 7873ee5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chrysalis",
"version": "0.23.0821-dev",
"version": "2024.0306.2112",
"license": "GPL-3.0-only",
"author": {
"name": "Keyboardio",
Expand Down Expand Up @@ -28,7 +28,8 @@
"lint:css": "stylelint src/**/*.css",
"clean:code": "npm-run-all prettier lint:all",
"cname": "node tools/write-cname.js",
"predeploy": "yarn run precompile; yarn run build; yarn run cname",
"set-version": "yarn version --new-version $(date -u +%Y%m%d.%H%M)",
"predeploy": "yarn run set-version; yarn run precompile; yarn run build; yarn run cname",
"deploy": "gh-pages -d dist"
},
"keywords": [],
Expand Down

0 comments on commit 7873ee5

Please sign in to comment.