Skip to content

Commit

Permalink
fix bad replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 17, 2024
1 parent e63c3ae commit a7194a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"lint": "pnpm run lint:js .storybook bin-src node-src test-stories ./isChromatic.js ./isChromatic.mjs",
"lint:js": "cross-env NODE_ENV=production eslint --fix --cache --cache-location=.cache/eslint --ext .js,.json,.mjs,.ts,.cjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "pnpm run run build && auto shipit",
"release": "pnpm run build && auto shipit",
"publish-action": "./scripts/publish-action.mjs",
"trace": "./dist/bin.js trace",
"trim-stats": "./dist/bin.js trim-stats-file",
Expand Down Expand Up @@ -235,7 +235,7 @@
[
"exec",
{
"afterShipIt": "pnpm run run publish-action"
"afterShipIt": "pnpm run publish-action"
}
]
]
Expand Down

0 comments on commit a7194a7

Please sign in to comment.