Speed up the whole thing
This commit is contained in:
13
.github/workflows/build-release.yml
vendored
13
.github/workflows/build-release.yml
vendored
@@ -20,15 +20,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Commit modules
|
- name: Stage modules
|
||||||
uses: EndBug/add-and-commit@releases/test
|
run: git add node_modules -f
|
||||||
with:
|
|
||||||
force: true
|
|
||||||
message: "[auto] Commit modules"
|
|
||||||
path: node_modules
|
|
||||||
pattern: "*.*"
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Compile TypeScript into compressed JavaScript
|
- name: Compile TypeScript into compressed JavaScript
|
||||||
run: npm run build
|
run: npm run build
|
||||||
@@ -37,7 +30,7 @@ jobs:
|
|||||||
uses: EndBug/add-and-commit@releases/test
|
uses: EndBug/add-and-commit@releases/test
|
||||||
with:
|
with:
|
||||||
force: true
|
force: true
|
||||||
message: "[auto] Update compiled version"
|
message: "[auto] Add compiled version"
|
||||||
path: lib
|
path: lib
|
||||||
pattern: "*.*"
|
pattern: "*.*"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user