Skip to content

Commit 342ecc8

Browse files
authored
Merge pull request #195 from devtron-labs/package-override
feat: version override
2 parents 5f52f75 + a9ad3f4 commit 342ecc8

File tree

4 files changed

+188
-464
lines changed

4 files changed

+188
-464
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'npm'
2727

2828
- name: Install dependencies
29-
run: npm ci --f
29+
run: npm ci
3030

3131
- name: Check linting issues
3232
run: npm run lint

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org/'
2323

2424
- name: Install dependencies
25-
run: npm ci -f
25+
run: npm ci
2626

2727
- name: Execute test cases
2828
run: npm test

0 commit comments

Comments
 (0)