Skip to content

Commit

Permalink
Merge pull request #6973 from Agoric/4972-markm-package-names-fixpoint
Browse files Browse the repository at this point in the history
chore(agoric-cli): accept sdk-package-names fixpoint
  • Loading branch information
mergify[bot] authored Feb 11, 2023
2 parents 3e8a4e6 + 05afb65 commit 93e8bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/restore-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ runs:
yarn install
shell: bash
if: steps.built.outputs.cache-hit != 'true'
- name: git diff --exit-code yarn.lock
run: git diff --exit-code yarn.lock
shell: bash
- name: yarn build
run: yarn build
shell: bash
if: steps.built.outputs.cache-hit != 'true'
env:
XSNAP_RANDOM_INIT: ${{ inputs.xsnap-random-init }}
- name: git diff --exit-code
run: git diff --exit-code
shell: bash
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/sdk-package-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default [
"@agoric/cosmic-swingset",
"@agoric/cosmos",
"@agoric/deploy-script-support",
"@agoric/deployment",
"@agoric/ertp",
"@agoric/eslint-config",
"@agoric/governance",
Expand All @@ -25,6 +24,7 @@ export default [
"@agoric/solo",
"@agoric/sparse-ints",
"@agoric/spawner",
"@agoric/ssh-node",
"@agoric/stat-logger",
"@agoric/store",
"@agoric/swing-store",
Expand Down

0 comments on commit 93e8bb9

Please sign in to comment.