Skip to content

Commit

Permalink
chore: fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 25, 2023
1 parent fe8a84f commit baa993d
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 57 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile

- name: Rebuild dependencies
shell: bash
run: pnpm rebuild
1 change: 0 additions & 1 deletion babel.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"@swc/core": "^1.3.83",
"@swc/core": "^1.3.89",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"lerna": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"dependencies": {
"@argos-ci/core": "^0.12.0",
"@argos-ci/core": "workspace:*",
"commander": "^11.0.0",
"ora": "^7.0.1",
"update-notifier": "^6.0.2"
Expand Down
108 changes: 54 additions & 54 deletions pnpm-lock.yaml

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

0 comments on commit baa993d

Please sign in to comment.