Commit 66568a8 1 parent 6e6add9 commit 66568a8 Copy full SHA for 66568a8
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"type-check" : " tsc --noEmit" ,
10
10
"type-check:watch" : " yarn run type-check -- --watch" ,
11
11
"build:types" : " tsc --emitDeclarationOnly" ,
12
- "build:js" : " rollup -c" ,
12
+ "build:js" : " rollup -c --bundleConfigAsCjs " ,
13
13
"build" : " yarn run lint && yarn run build:types && yarn run build:js" ,
14
14
"release" : " bash release.sh" ,
15
15
"lint" : " eslint --fix src/**/*.ts test/**/*.ts" ,
Original file line number Diff line number Diff line change 10
10
"type-check" : " tsc --noEmit" ,
11
11
"type-check:watch" : " yarn run type-check -- --watch" ,
12
12
"build:types" : " tsc --emitDeclarationOnly" ,
13
- "build:js" : " rollup -c" ,
13
+ "build:js" : " rollup -c --bundleConfigAsCjs " ,
14
14
"build" : " yarn run lint && yarn run build:types && yarn run build:js" ,
15
15
"release" : " bash release.sh" ,
16
16
"lint" : " eslint --fix src/**/*.ts test/**/*.ts" ,
Original file line number Diff line number Diff line change 10
10
"type-check" : " tsc --noEmit" ,
11
11
"type-check:watch" : " yarn run type-check -- --watch" ,
12
12
"build:types" : " tsc --emitDeclarationOnly" ,
13
- "build:js" : " rollup -c" ,
13
+ "build:js" : " rollup -c --bundleConfigAsCjs " ,
14
14
"build" : " yarn run lint && yarn run build:types && yarn run build:js" ,
15
15
"release" : " bash release.sh" ,
16
16
"lint" : " eslint --fix src/**/*.ts test/**/*.ts" ,
Original file line number Diff line number Diff line change 6
6
"type-check" : " tsc --noEmit" ,
7
7
"type-check:watch" : " yarn run type-check -- --watch" ,
8
8
"build:types" : " tsc --emitDeclarationOnly" ,
9
- "build:js" : " rollup -c" ,
9
+ "build:js" : " rollup -c --bundleConfigAsCjs " ,
10
10
"build" : " yarn run lint && yarn run build:types && yarn run build:js" ,
11
11
"release" : " bash release.sh" ,
12
12
"lint" : " eslint --fix src/**/*.ts test/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments