Skip to content

Commit

Permalink
chore(ci): Restore mjs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainpetit committed Jul 17, 2024
1 parent d03e76e commit da9730e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"clean": "rimraf ./dist",
"build": "tsup",
"build:watch": "yarn build --watch",
"eject-ts": "zx scripts/eject-typescript.js",
"eject-ts": "zx scripts/eject-typescript.mjs",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint --cache . --ext .ts,.tsx,.js,.jsx,.vue,.cjs",
Expand All @@ -81,7 +81,7 @@
"prebuild": "yarn clean",
"prepack:local": "yarn build",
"prepare": "husky install",
"prerelease": "zx scripts/prepublish-checks.js",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "npm run build && auto shipit",
"start": "run-p build:watch 'storybook'",
"storybook": "storybook dev -p 6006",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ peerDependencies.forEach((dependency) => {
${chalk.red(dedent`You have a peer dependency on ${chalk.bold(dependency)} which is most likely unnecessary
as that is provided by Storybook directly.
Check the "bundling" section in README.md for more information.
If you are absolutely sure you are doing it correct, you should remove this check from scripts/prepublish-checks.js.`)}
If you are absolutely sure you are doing it correct, you should remove this check from scripts/prepublish-checks.mjs.`)}
`,
{ padding: 1, borderColor: "red" }
)
Expand Down

0 comments on commit da9730e

Please sign in to comment.