File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "build" : " npm run build:esm && npm run build:cjs" ,
77 "build:esm" : " tsc --project ./esm.json && echo '{\\ n \" type\" : \" module\"\\ n}' > dist/esm/package.json" ,
8- "build:cjs" : " tsc --project ./commonjs.json && echo '{\\ n \" type\" : \" commonjs\"\\ n}' > dist/esm /package.json" ,
8+ "build:cjs" : " tsc --project ./commonjs.json && echo '{\\ n \" type\" : \" commonjs\"\\ n}' > dist/commonjs /package.json" ,
99 "typecheck" : " tsc --noEmit" ,
1010 "lint" : " eslint ." ,
1111 "dev" : " convex dev" ,
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "build" : " npm run build:esm && npm run build:cjs" ,
77 "build:esm" : " tsc --project ./esm.json && echo '{\\ n \" type\" : \" module\"\\ n}' > dist/esm/package.json" ,
8- "build:cjs" : " tsc --project ./commonjs.json && echo '{\\ n \" type\" : \" commonjs\"\\ n}' > dist/esm /package.json" ,
8+ "build:cjs" : " tsc --project ./commonjs.json && echo '{\\ n \" type\" : \" commonjs\"\\ n}' > dist/commonjs /package.json" ,
99 "typecheck" : " tsc --noEmit" ,
1010 "dev" : " convex dev" ,
1111 "prepare" : " npm run build"
You can’t perform that action at this time.
0 commit comments