Skip to content

Commit d37d1b1

Browse files
committed
version up
1 parent 08ca10b commit d37d1b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.100-beta-1",
3+
"version": "0.0.100-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)