File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
"main" : " ./cjs/index.js" ,
9
9
"module" : " ./esm/index.js" ,
10
10
"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" ,
14
14
"watch" : " tsbb watch src/*.tsx --use-babel" ,
15
15
"build" : " tsbb build src/*.tsx --use-babel" ,
16
16
"test" : " tsbb test --env=jsdom" ,
You can’t perform that action at this time.
0 commit comments