File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1919
20- - name : Lint and Test
21- run : npm run check
20+ - name : Lint
21+ run : npm run lint && npm run lint:ts
22+
23+ - name : Test
24+ run : npm run test:coverage
2225
2326 - name : Build
2427 run : npm run build
Original file line number Diff line number Diff line change 2323 contents : write
2424 steps :
2525 - name : Semantic Release
26- uses : cloudbeds/workflows /.github/actions/semantic-release@main
26+ uses : cloudbeds/webpack-module-federation-types-plugin /.github/actions/semantic-release@main
2727 with :
2828 publishToNpm : true
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 "scripts" : {
2020 "build" : " tsc" ,
2121 "watch" : " tsc -w" ,
22- "check" : " npm run lint && npm run lint:ts && npm run test:coverage " ,
22+ "check" : " npm run lint && npm run lint:ts && npm test" ,
2323 "lint" : " biome check --write --unsafe" ,
2424 "lint:ts" : " tsc --noEmit" ,
2525 "prepare" : " simple-git-hooks" ,
You can’t perform that action at this time.
0 commit comments