File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3838          run_install : | 
3939            - args: [--frozen-lockfile] 
4040
41+        - name : build 
42+         run : pnpm run build 
43+ 
4144      - name : release 
4245        run : npx release-it --verbose 
4346        env :
44-           NODE_AUTH_TOKEN : ${{secrets.npm_token }} 
47+           NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }} 
4548          GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}} 
Original file line number Diff line number Diff line change 11{
22  "name" : " @july_cm/react-notion"  ,
33  "version" : " 0.0.1"  ,
4+   "author" : " July"  ,
45  "type" : " module"  ,
56  "scripts" : {
6-     "build" : " rm -rf ./dist && tsc" 
7+     "build" : " rm -rf ./dist && tsc"  ,
8+     "release" : " release-it -ci" 
79  },
810  "files" : [" lib"  ],
911  "main" : " ./lib/index.js"  ,
2224  },
2325  "peerDependencies" : {
2426    "react" : " ^19.0.0" 
27+   },
28+   "repository" : {
29+     "type" : " git"  ,
30+     "url" : " https://github.com/JxJuly/react-notion.git" 
31+   },
32+   "homepage" : " https://github.com/JxJuly/react-notion/blob/main/README.md"  ,
33+   "bugs" : {
34+     "url" : " https://github.com/JxJuly/react-notion/issues" 
2535  }
2636}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments