Skip to content

Commit e76d0bd

Browse files
fix: add verbose logging on failures (#14)
* fix: add verbose logging on failures * fix: Add linting
1 parent 29f2cea commit e76d0bd

File tree

7 files changed

+3964
-772
lines changed

7 files changed

+3964
-772
lines changed

.github/workflows/test_install.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: "20"
2525
- name: "Install dependencies"
2626
run: npm install
27+
- name: "Run eslint"
28+
run: npm run lint
2729
- name: "Build project"
2830
run: npm run build
2931
- name: "📦 Run Cloudsmith CLI Installer"
@@ -82,7 +84,10 @@ jobs:
8284

8385
- name: "Install dependencies"
8486
run: npm install
85-
87+
88+
- name: "Run eslint"
89+
run: npm run lint
90+
8691
- name: "Build project"
8792
run: npm run build
8893

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry=https://registry.npmjs.org/
2+

0 commit comments

Comments
 (0)