File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 types : [created]
66
77jobs :
8- build :
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
13- with :
14- node-version : 20
15- - uses : pnpm/action-setup@v4
16- with :
17- version : 9
18- - run : pnpm i
19- - run : pnpm build
20-
218 publish-gpr :
22- needs : build
239 runs-on : ubuntu-latest
2410 permissions :
2511 packages : write
3117 node-version : 20
3218 registry-url : https://npm.pkg.github.com/
3319 scope : ' @beeinventor'
20+ - uses : pnpm/action-setup@v4
21+ with :
22+ version : 9
23+ - run : pnpm i
24+ - run : pnpm build
3425 - run : npm publish
3526 env :
3627 NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 11{
22 "name" : " @beeinventor/dasiot-react-component-lib" ,
33 "version" : " 1.9.0" ,
4+ "module" : " lib/index.js" ,
5+ "types" : " lib/index.d.ts" ,
46 "type" : " module" ,
57 "files" : [
68 " lib" ,
You can’t perform that action at this time.
0 commit comments