Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 473c68a

Browse files
committed
chore: upgrade the build script for xconsole-service
1 parent 2535a74 commit 473c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/console-utils/xconsole-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"module": "es/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"prepublish": "rm -rf ./lib ./es ./dist && npm build && npm run babel && npm run babel:esm",
8+
"prepublish": "rm -rf ./lib ./es ./dist && npm run build && npm run babel && npm run babel:esm",
99
"test": "jest --no-cache --env=jest-environment-jsdom-sixteen",
10-
"build": "breezr build --engine rollup",
10+
"build": "breezr build --engine webpack",
1111
"start": "breezr start-storybook",
1212
"babel": "breezr build --engine babel && tsc --emitDeclarationOnly -d true --declarationDir ./lib",
1313
"babel:esm": "breezr build --engine babel --es-module"

0 commit comments

Comments
 (0)