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 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" ,
You can’t perform that action at this time.
0 commit comments