Skip to content

Commit

Permalink
chore: 実行コマンドの軽微な修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yanagi0602 committed Nov 25, 2024
1 parent 7942ed7 commit 6961fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bootstrap": "lerna bootstrap",
"build": "run-s build:*",
"build:package": "lerna run build",
"build:extensionReplace": "find packages/*/dist -iname '*.mjs' -type f -print | xargs jscodeshift -t ./bin/outputExtensionReplace.js",
"build:extensionReplace": "jscodeshift -t ./bin/outputExtensionReplace.js packages/*/dist/** --extensions=mjs",
"prepare": "is-ci || husky install"
},
"devDependencies": {
Expand Down

0 comments on commit 6961fcc

Please sign in to comment.