File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 "build:mjs" : " tsc --module esnext --outDir ./bin" ,
3333 "build" : " npm run build:mjs" ,
3434 "pretest" : " npm run build" ,
35- "test:raw" : " ts- node --esm test/index.ts" ,
35+ "test:raw" : " node --loader ts-node/ esm test/index.ts" ,
3636 "test" : " npm run test:raw | tap-spec" ,
3737 "test-with-coverage" : " c8 --reporter=text npm test" ,
3838 "dependencies:update-internal" : " npm uninstall @json2csv/formatters @json2csv/node @json2csv/transforms && npm install @json2csv/formatters @json2csv/node @json2csv/transforms" ,
Original file line number Diff line number Diff line change 4343 "pretest" : " npm run build" ,
4444 "test" : " node test/CommonJS.cjs && npm run test:raw | tap-spec" ,
4545 "test-with-coverage" : " c8 --reporter=text npm test" ,
46- "test:raw" : " ts- node --esm test/index.ts" ,
46+ "test:raw" : " node --loader ts-node/ esm test/index.ts" ,
4747 "dependencies:update-internal" : " npm uninstall @json2csv/plainjs && npm install @json2csv/plainjs" ,
4848 "prepublishOnly" : " npm run build"
4949 },
Original file line number Diff line number Diff line change 4343 "pretest" : " npm run build" ,
4444 "test" : " node test/CommonJS.cjs && npm run test:raw | tap-spec" ,
4545 "test-with-coverage" : " c8 --reporter=text npm test" ,
46- "test:raw" : " ts- node --esm test/index.ts" ,
46+ "test:raw" : " node --loader ts-node/ esm test/index.ts" ,
4747 "dependencies:update-internal" : " npm uninstall @json2csv/formatters && npm install @json2csv/formatters" ,
4848 "prepublishOnly" : " npm run build"
4949 },
Original file line number Diff line number Diff line change 4343 "pretest" : " npm run build" ,
4444 "test" : " node test/CommonJS.cjs && npm run test:raw | tap-spec" ,
4545 "test-with-coverage" : " c8 --reporter=text npm test" ,
46- "test:raw" : " ts- node --esm test/index.ts" ,
46+ "test:raw" : " node --loader ts-node/ esm test/index.ts" ,
4747 "dependencies:update-internal" : " npm uninstall @json2csv/plainjs && npm install @json2csv/plainjs" ,
4848 "prepublishOnly" : " npm run build"
4949 },
You can’t perform that action at this time.
0 commit comments