Skip to content

Commit

Permalink
feat: add machine-readable palette (#45)
Browse files Browse the repository at this point in the history
* feat: add jq script for machine-readable palette

* feat: add machine-readable palette

* refactor: replace regex with jq filters

* build: add porcelain step to `package.json`

---------

Co-authored-by: winston <hey@winston.sh>
  • Loading branch information
Stonks3141 and nekowinston authored Apr 2, 2023
1 parent baa0469 commit df35c12
Show file tree
Hide file tree
Showing 3 changed files with 1,375 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
},
"scripts": {
"test": "ava",
"build": "node esbuild.js",
"build:npm": "node esbuild.js",
"build:json": "jq -f porcelain.jq palette.json > palette-porcelain.json",
"build": "npm run build:npm && npm run build:json",
"prepublishOnly": "npm run build",
"release": "standard-version"
},
Expand Down
Loading

0 comments on commit df35c12

Please sign in to comment.