77 "test:size" : " ts-node -O '{\" module\" :\" CommonJS\" }' __TESTS_BUNDLE_SIZE__/bin/bin.ts" ,
88 "test:comp" : " node ./scripts/updateCompliationTests.js && jest __TESTS__/compilationsOutput.test.ts --coverage" ,
99 "test:comp:service" : " ts-node devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts" ,
10- "test:unit" : " jest __TESTS__/unit --reporters default" ,
11- "test:unit:watch" : " jest __TESTS__/unit --watch --reporters default" ,
12- "test:integration" : " jest __TESTS__/integration" ,
13- "test:integration:watch" : " jest __TESTS__/integration --watch" ,
14- "test:backcomp" : " jest __TESTS__/backwardsComaptibility" ,
15- "test:backcomp:watch" : " jest __TESTS__/backwardsComaptibility --watch" ,
10+ "test:unit" : " jest --reporters default" ,
11+ "test:unit:watch" : " jest --watch --reporters default" ,
1612 "build" : " bash ./scripts/build.sh" ,
1713 "test:types" : " tsc --project tsconfig.test.json" ,
1814 "build:ESM" : " tsc --project tsconfig.json" ,
1915 "build:UMD" : " rollup -c" ,
2016 "build:docs" : " node ./scripts/buildDocs.js" ,
2117 "build:entryPoints" : " ts-node ./scripts/createEntrypoints.ts" ,
22- "build:copyCleanPackageJSON" : " ts-node scripts/copyPackageJsonToSrc.ts" ,
2318 "build:injectPackageVersion" : " ts-node ./scripts/injectPackageVersionToDistFiles.ts" ,
2419 "build:updatePackageExports" : " ts-node scripts/updatePackageJsonExports.ts" ,
2520 "lint" : " npm run lint:src && npm run lint:test" ,
115110 "default" : " ./index.js"
116111 }
117112 }
118- }
113+ }
0 commit comments