File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535 - run : npm run lint
3636 - run : npm run build
3737 - run : npm run test
38- - run : npx testpack-cli --keep={@babel/*,ts-jest,typescript} .babelrc tsconfig*.json src/e2e.spec.ts
38+ - run : npx testpack-cli --test-script=test-package -- keep={@babel/*,ts-jest,typescript} .babelrc tsconfig*.json src/e2e.spec.ts
3939
4040 - name : Upload test coverage report to Codecov
4141 uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 3535 "prepublishOnly" : " publish-please guard" ,
3636 "publish-please" : " publish-please" ,
3737 "publish-please-prereqs" : " npm run lint && npm run test && npm run build" ,
38- "test" : " jest --coverage"
38+ "test" : " jest --coverage" ,
39+ "test-package" : " tsc -b ./tsconfig.lint.json && jest --coverage"
3940 },
4041 "devDependencies" : {
4142 "@babel/cli" : " ^7.13.10" ,
You can’t perform that action at this time.
0 commit comments