File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22.circleci
33coverage
44src
5- dist
65pact /logs
76pact /log
87pact /pacts
Original file line number Diff line number Diff line change 22 "name" : " jest-pact" ,
33 "version" : " 0.8.2" ,
44 "description" : " a pact adaptor for jest" ,
5- "main" : " index.js" ,
5+ "main" : " dist/ index.js" ,
66 "scripts" : {
77 "lint" : " tslint --project . --fix" ,
8- "build" : " rimraf dist && tsc" ,
8+ "build" : " rimraf dist && tsc --project tsconfig.dist.json " ,
99 "test" : " jest --coverage --runInBand --verbose" ,
1010 "test:ci" : " jest --coverage --coverageReporters=text-lcov | coveralls" ,
11- "dist:ci" : " npm run lint && npm run test:ci && npm run build && mv dist/index.* . " ,
12- "dist:local:" : " npm run lint && npm run test && npm run build && mv dist/index.* . " ,
11+ "dist:ci" : " npm run lint && npm run test:ci && npm run build" ,
12+ "dist:local:" : " npm run lint && npm run test && npm run build" ,
1313 "deploy:prepare" : " ./scripts/create_npmrc_file.sh" ,
1414 "release" : " standard-version" ,
1515 "release:dryrun" : " npm run test && npm publish --dry-run" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig.json" ,
3+ "exclude" : [" ./node_modules/*" , " src/**/*.test.ts" , " src/**/*.spec.ts" ]
4+ }
You can’t perform that action at this time.
0 commit comments