Skip to content

Commit

Permalink
fix: fix bundle file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent 9f90348 commit 60fba4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Expand Up @@ -8,9 +8,9 @@
"main": "./cjs/index.js",
"module": "./esm/index.js",
"scripts": {
"bundle": "ncc build src/index.tsx --target web --filename mdeditor && npm run bundle:min",
"bundle:watch": "ncc watch src/index.tsx --target web --filename mdeditor",
"bundle:min": "ncc build src/index.tsx --target web --filename mdeditor --minify",
"bundle": "ncc build src/index.tsx --target web --filename codemirror && npm run bundle:min",
"bundle:watch": "ncc watch src/index.tsx --target web --filename codemirror",
"bundle:min": "ncc build src/index.tsx --target web --filename codemirror --minify",
"watch": "tsbb watch src/*.tsx --use-babel",
"build": "tsbb build src/*.tsx --use-babel",
"test": "tsbb test --env=jsdom",
Expand Down

0 comments on commit 60fba4f

Please sign in to comment.