File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3434    "build:dev:watch" : " run-s build:watch" 
3535    "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" 
3636    "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" 
37+     "build:types:watch" : " tsc -p tsconfig.types.json --watch" 
3738    "build:npm" : " npm pack" 
3839    "circularDepCheck" : " madge --circular src/index.ts" 
3940    "clean" : " rimraf dist esm coverage" 
Original file line number Diff line number Diff line change 5454    "build:dev:watch" : " run-s build:watch" 
5555    "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" 
5656    "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" 
57+     "build:types:watch" : " tsc -p tsconfig.types.json --watch" 
5758    "build:npm" : " npm pack" 
5859    "circularDepCheck" : " madge --circular src/index.client.ts && madge --circular --exclude 'config/types\\ .ts' src/index.server.ts # see https://github.com/pahen/madge/issues/306" 
5960    "clean" : " rimraf dist esm coverage *.js *.js.map *.d.ts" 
Original file line number Diff line number Diff line change 6161    "build:dev:watch" : " run-s build:watch" 
6262    "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" 
6363    "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" 
64+     "build:types:watch" : " tsc -p tsconfig.types.json --watch" 
6465    "build:npm" : " npm pack" 
6566    "circularDepCheck" : " madge --circular src/index.ts" 
6667    "clean" : " rimraf dist esm build coverage" 
Original file line number Diff line number Diff line change 5151    "build:dev:watch" : " run-s build:watch" 
5252    "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" 
5353    "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" 
54+     "build:types:watch" : " tsc -p tsconfig.types.json --watch" 
5455    "build:npm" : " npm pack" 
5556    "circularDepCheck" : " madge --circular src/index.ts" 
5657    "clean" : " rimraf dist esm build dist-awslambda-layer coverage" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments