Skip to content

Commit

Permalink
Update: Lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 17, 2023
1 parent 7e86672 commit e28a3a3
Show file tree
Hide file tree
Showing 4 changed files with 4,840 additions and 3,018 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
run: |
node Build/Carbon.Pipeline/setPackageManager.js pnpm
pnpm install
pnpm install --no-frozen-lockfile
pnpm add ${{ env.dependencies }}
- name: Show config
run: pnpm showConfig
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ up-lock:
@pnpm setPackageManager pnpm
@pnpm install
@rm -rf node_modules
@yarn setPackageManager yarn
@yarn install
@rm -rf node_modules
@npm run setPackageManager npm
@npm install
@rm -rf node_modules
@yarn setPackageManager yarn
@yarn set version stable
@yarn install
@git add yarn.lock pnpm-lock.yaml package-lock.json
@git commit -m "Update: Lock files"
@git push
Expand Down
63 changes: 38 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e28a3a3

Please sign in to comment.