Skip to content

Commit 5255186

Browse files
chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#202)
* chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * fix: eslint issues --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: suvajit <[email protected]>
1 parent 3da9c01 commit 5255186

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: build-and-test
22

33
on:
44
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
58

69
jobs:
710
build:

.github/workflows/eslint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: eslint
22

33
on:
44
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
58

69
jobs:
710
build:

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util/Constants.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,15 @@ export const BuilderTroops = [
100100
'Electrofire Wizard'
101101
];
102102

103-
export const Heroes = ['Barbarian King', 'Archer Queen', 'Grand Warden', 'Royal Champion', 'Minion Prince', 'Battle Machine', 'Battle Copter'];
103+
export const Heroes = [
104+
'Barbarian King',
105+
'Archer Queen',
106+
'Grand Warden',
107+
'Royal Champion',
108+
'Minion Prince',
109+
'Battle Machine',
110+
'Battle Copter'
111+
];
104112

105113
export const HeroPets = [
106114
'L.A.S.S.I',

0 commit comments

Comments
 (0)