Skip to content

Commit 090a030

Browse files
Merge pull request #12 from Talentia-Software-OSS/11.0.x
fixed eslint rules
2 parents ea5b63b + 10e8f46 commit 090a030

3 files changed

Lines changed: 77 additions & 211 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
cache: npm
4242

4343
- name: Install dependencies
44-
run: npm i
45-
46-
- name: Run run ESLint
47-
run: npm run lint --if-present
44+
run: npm ci
4845

4946
- name: Run build library
5047
run: npm run build:prod --if-present

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ jobs:
3636
cache: npm
3737

3838
- name: Install dependencies
39-
run: npm i
40-
41-
- name: Run run ESLint
42-
run: npm run lint --if-present
39+
run: npm ci
4340

4441
- name: Run build only library
4542
run: npm run build:prod --if-present

package-lock.json

Lines changed: 75 additions & 203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)