Skip to content

Commit

Permalink
Update formatting of package.jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 20, 2024
1 parent 7026af9 commit 9cdd182
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"build": "yarn workspaces foreach --worktree --parallel --verbose --no-private run build",
"build:clean": "yarn clean && yarn build",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/example-snaps",
"changelog:validates": "yarn workspaces foreach --worktree --parallel --verbose run changelog:validate",
"clean": "yarn workspaces foreach --worktree --parallel --verbose --no-private run clean",
"lint": "yarn workspaces foreach --worktree --parallel --verbose --interlaced --no-private run lint && yarn lint:dependencies",
Expand All @@ -40,8 +41,7 @@
"test:clean": "jest --clearCache",
"test:post": "jest-it-up",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/example-snaps"
"test:watch": "jest --watch"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/packages/invoke-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"build": "yarn workspaces foreach --worktree --parallel --verbose run build",
"build:clean": "yarn clean && yarn build",
"changelog:validate": "../../../../scripts/validate-changelog.sh @metamask/invoke-snap-example-snap",
"clean": "yarn workspaces foreach --worktree --parallel --verbose run clean",
"lint": "yarn workspaces foreach --worktree --parallel --verbose --interlaced run lint && yarn lint:dependencies",
"lint:ci": "yarn lint:eslint && yarn lint:misc --check",
Expand All @@ -38,8 +39,7 @@
"test:clean": "jest --clearCache",
"test:post": "jest-it-up",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch",
"changelog:validate": "../../../../scripts/validate-changelog.sh @metamask/invoke-snap-example-snap"
"test:watch": "jest --watch"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
],
"scripts": {
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
"build:post": "yarn build:chmod && yarn build:readme",
"build:chmod": "chmod +x ./dist/main.mjs && chmod +x ./dist/main.js",
"build:post": "yarn build:chmod && yarn build:readme",
"build:readme": "node ./scripts/updateReadme.js",
"build:watch": "tsc-watch --onSuccess 'yarn build:chmod'",
"changelog:update": "../../scripts/update-changelog.sh @metamask/snaps-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-execution-environments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"scripts": {
"auto-changelog-init": "auto-changelog init",
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
"build:post": "yarn build:lavamoat",
"build:lavamoat": "lavamoat scripts/build.js --policy lavamoat/build-system/policy.json --policyOverride lavamoat/build-system/policy-override.json",
"build:lavamoat:policy": "yarn build:lavamoat --writeAutoPolicy && node scripts/build.js --writeAutoPolicy",
"build:post": "yarn build:lavamoat",
"changelog:update": "../../scripts/update-changelog.sh @metamask/snaps-execution-environments",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/snaps-execution-environments",
"clean": "rimraf '*.tsbuildinfo' 'dist' 'src/__GENERATED__/' 'coverage/*' '__test__/*'",
Expand Down

0 comments on commit 9cdd182

Please sign in to comment.