File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818    "commitmsg" : " ./node_modules/.bin/validate-commit-msg" 
1919    "test" : " npm run lint-prod && ./node_modules/.bin/nyc ./node_modules/.bin/ava --verbose" 
2020    "test:watch" : " npm run lint && ./node_modules/.bin/nyc ./node_modules/.bin/ava --verbose --watch" 
21-     "release:patch" : " npm run commit && npm  version patch && git push upstream master --tags && npm publish" 
22-     "release:minor" : " npm run commit && npm  version minor && git push upstream master --tags && npm publish" 
23-     "release:major" : " npm run commit && npm  version major && git push upstream master --tags && npm publish" 
21+     "release:patch" : " npm version patch && git push upstream master --tags && npm publish" 
22+     "release:minor" : " npm version minor && git push upstream master --tags && npm publish" 
23+     "release:major" : " npm version major && git push upstream master --tags && npm publish" 
2424  },
2525  "repository" : {
2626    "type" : " git" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments