Skip to content

Commit 60fba4f

Browse files
committed
fix: fix bundle file name.
1 parent 9f90348 commit 60fba4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"main": "./cjs/index.js",
99
"module": "./esm/index.js",
1010
"scripts": {
11-
"bundle": "ncc build src/index.tsx --target web --filename mdeditor && npm run bundle:min",
12-
"bundle:watch": "ncc watch src/index.tsx --target web --filename mdeditor",
13-
"bundle:min": "ncc build src/index.tsx --target web --filename mdeditor --minify",
11+
"bundle": "ncc build src/index.tsx --target web --filename codemirror && npm run bundle:min",
12+
"bundle:watch": "ncc watch src/index.tsx --target web --filename codemirror",
13+
"bundle:min": "ncc build src/index.tsx --target web --filename codemirror --minify",
1414
"watch": "tsbb watch src/*.tsx --use-babel",
1515
"build": "tsbb build src/*.tsx --use-babel",
1616
"test": "tsbb test --env=jsdom",

0 commit comments

Comments
 (0)