Skip to content

Commit

Permalink
v2.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
smell-of-curry committed Jul 20, 2024
1 parent bd3430c commit c475d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
with:
node-version: '14'

- name: Install TypeScript
- name: Install dependencies
run: |
npm install -g typescript
npm install
npm install typescript --save-dev
- name: Read version from manifest
id: get_version
Expand All @@ -36,7 +37,6 @@ jobs:
- name: Create MCPack
run: |
npm install
npx ts-node --project tsconfig.json generator/build.ts
- name: Release
Expand Down

0 comments on commit c475d28

Please sign in to comment.