Skip to content

Commit

Permalink
upd: npm from yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Oct 3, 2023
1 parent bd64a7e commit e9ddbfd
Show file tree
Hide file tree
Showing 6 changed files with 19,245 additions and 9,999 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: yarn install
run: npm ci
- name: Check lint
run: yarn run lint
run: npm run lint
- name: Build
run: yarn run build
run: npm run build
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Check ubuntu version
run: lsb_release -a
- name: Install dependencies
run: yarn
run: npm ci
- name: Build Packages
run: yarn run build
run: npm run build
- name: Run Unit Tests
run: yarn run tests
run: npm run tests
- name: Run Integration Tests
run: yarn tests:integration
run: npm run tests:integration
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ logs/
.DS_Store
*.rdb
.idea/
package-lock.json
.vscode
.env.local
*.key
Expand Down
Loading

0 comments on commit e9ddbfd

Please sign in to comment.