File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,6 @@ The `npm install` command installs dependencies.
326326-  ` npm test `  runs tests and measures coverage.
327327-  ` npm run build `  compiles TypeScript source code to ` index.js ` , ` index.js.map ` , and ` index.d.ts `  in ` dist ` .
328328-  ` npm run coverage `  shows the coverage result of ` npm test `  command with the default browser.
329- -  ` npm run clean `  removes the temporary files which are created by ` npm test `  and ` npm run build ` .
330329-  ` npm run lint `  runs ESLint.
331330-  ` npm run update-fixtures `  updates files in ` test/fixtures/ast `  directory based on ` test/fixtures/ast/*/source.vue `  files.
332331-  ` npm run watch `  runs ` build ` , ` update-fixtures ` , and tests with ` --watch `  option.
Original file line number Diff line number Diff line change 6767    "preversion" : " npm test" 
6868    "version" : " npm run -s build" 
6969    "postversion" : " git push && git push --tags" 
70-     "prewatch" : " npm run -s clean" 
7170    "watch" : " run-p watch:*" 
7271    "watch:tsdown" : " tsdown --watch" 
7372    "watch:update-ast" : " wait-on dist/index.js && warun dist/index.js \" test/fixtures/ast/*/*.vue\"  -- ts-node scripts/update-fixtures-ast.js" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments