Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -25,14 +25,12 @@ jobs:
|
|||||||
- name: requirments
|
- name: requirments
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: remove old unreadys
|
|
||||||
run: rm -rf ./_sprites/unready
|
|
||||||
|
|
||||||
- name: scripts
|
- name: scripts
|
||||||
working-directory: ./scripts
|
working-directory: ./scripts
|
||||||
run: |
|
run: |
|
||||||
npx tsx write.ts
|
npx tsx write.ts
|
||||||
npx tsx sort.ts
|
npx tsx sort.ts
|
||||||
|
rm -rf ../_sprites/unready
|
||||||
npx tsx unready.ts
|
npx tsx unready.ts
|
||||||
|
|
||||||
- name: commit changes
|
- name: commit changes
|
||||||
|
|||||||
Reference in New Issue
Block a user