Skip to content

Commit df35c12

Browse files
feat: add machine-readable palette (#45)
* 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 <[email protected]>
1 parent baa0469 commit df35c12

File tree

3 files changed

+1375
-1
lines changed

3 files changed

+1375
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
},
1616
"scripts": {
1717
"test": "ava",
18-
"build": "node esbuild.js",
18+
"build:npm": "node esbuild.js",
19+
"build:json": "jq -f porcelain.jq palette.json > palette-porcelain.json",
20+
"build": "npm run build:npm && npm run build:json",
1921
"prepublishOnly": "npm run build",
2022
"release": "standard-version"
2123
},

0 commit comments

Comments
 (0)