feat(charwords): added charwords:build to update operator charword table

This commit is contained in:
Haoyu Xu
2023-07-16 00:41:35 -04:00
parent ba42613d90
commit d04148cdfd
5 changed files with 22 additions and 11 deletions

View File

@@ -20,8 +20,10 @@ jobs:
version: latest
- name: Install dependencies
run: pnpm i
- name: Build all
run: pnpm run charwords
- name: Update charwords
run: pnpm run charwords:update
- name: Build operator charwords
run: pnpm run charwords:build
- name: Commit changes if any
uses: stefanzweifel/git-auto-commit-action@v4
with: