File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 node-version : " 18"
1313 - run : npm ci
14- - uses : JS-DevTools/npm-publish@v3
15- with :
16- token : ${{ secrets.NPM_TOKEN}}
14+ - run : npm install
15+ - run : npm run build
16+ - run : npm publish
17+ env :
18+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-render-helper" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "description" : " Simplify your conditional rendering within React with elegance and intuitiveness with ease." ,
55 "scripts" : {
66 "test" : " echo \" Error: no test specified\" && exit 1" ,
2323 " react" ,
2424 " conditional rendering" ,
2525 " helper" ,
26- " jsx"
26+ " jsx" ,
27+ " render" ,
28+ " utility"
2729 ],
2830 "main" : " ./dist/index.js" ,
2931 "module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments