Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit d37c84c

Browse files
author
ZenShibata
committed
fix(rollup): rollup.bundle.ts -> rollup.bundle.mjs
1 parent ee5ebe7 commit d37c84c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/command-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dist/**/*.d*"
3030
],
3131
"scripts": {
32-
"build": "rimraf dist && tsc -b src && rollup -c rollup.bundle.ts && npm run esm:default",
32+
"build": "rimraf dist && tsc -b src && rollup -c rollup.bundle.mjs && npm run esm:default",
3333
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
3434
"format": "prettier --write src/**/*.ts",
3535
"lint": "eslint src --ext ts",
File renamed without changes.

packages/pino-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"register.*"
3434
],
3535
"scripts": {
36-
"build": "rimraf dist && tsc -b src && rollup -c rollup.bundle.ts && npm run esm:default && npm run esm:register",
36+
"build": "rimraf dist && tsc -b src && rollup -c rollup.bundle.mjs && npm run esm:default && npm run esm:register",
3737
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs",
3838
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs",
3939
"format": "prettier --write src/**/*.ts",

0 commit comments

Comments
 (0)