File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131        run : npm test 
3232
3333      - name : Type check 
34-         run : npm run typecheck -w tings  
34+         run : npm run typecheck 
3535
3636      - name : Setup config 
3737        if : github.ref == 'refs/heads/main' 
@@ -41,14 +41,14 @@ jobs:
4141
4242name : Release 
4343        if : github.ref == 'refs/heads/main' 
44-         run : npm run release -w tings  
44+         run : npm run release 
4545        env :
4646          NPM_TOKEN : ${{ secrets.NPM_TOKEN }} 
4747          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
4848
4949      - name : Build website 
5050        if : github.ref == 'refs/heads/main' 
51-         run : npm run build -w website  
51+         run : npm run build:web  
5252
5353      - name : Upload website artefacts 
5454        if : github.ref == 'refs/heads/main' 
Original file line number Diff line number Diff line change 11{
22  "hooks" : {
3-     "before:init" : [" npm run build" 
3+     "before:init" : [" npm run build:lib " 
44  },
55  "github" : {
66    "release" : true 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments