Skip to content

Commit

Permalink
ci(workflows): remove historybuild from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Jan 4, 2024
1 parent e5b121c commit 440644c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/update-history.yml

This file was deleted.

2 changes: 1 addition & 1 deletion dist/history.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pull-colors": "curl -L 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQube6Y0wHyEtJnjg0eU3N7VseoxVnD4L9uDqvWZdl_tzzrHDVN10IPP7cdFipX8j70atNMLfPCB0Q6/pub?gid=40578722&single=true&output=csv' -o src/colornames.csv",
"test": "node scripts/build.js --testOnly",
"clean-dist-folder": "rm -rf dist && mkdir dist",
"build": "npm run clean-dist-folder && node scripts/build.js",
"build": "npm run clean-dist-folder && node scripts/build.js && npm run build-history",
"semantic-release": "semantic-release",
"build-history": "node scripts/tools/history.js > dist/history.json"
},
Expand Down

0 comments on commit 440644c

Please sign in to comment.