generated from ztimson/template
	Added action to build
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Publish Library / Build NPM Project (push) Failing after 12s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Publish Library / Build NPM Project (push) Failing after 12s
				
			This commit is contained in:
		
							
								
								
									
										31
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
name: Publish Library
 | 
			
		||||
run-name: Publish Library
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
    push:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
    build:
 | 
			
		||||
        name: Build NPM Project
 | 
			
		||||
        runs-on: ubuntu-latest
 | 
			
		||||
        container: node:alpine
 | 
			
		||||
        steps:
 | 
			
		||||
            - name: Clone Repository
 | 
			
		||||
              uses: ztimson/actions/clone@develop
 | 
			
		||||
 | 
			
		||||
            - name: Install & Build
 | 
			
		||||
              run: npm i && npm run build
 | 
			
		||||
              working-directory: lib
 | 
			
		||||
 | 
			
		||||
            - name: Upload to Registry
 | 
			
		||||
              uses: ztimson/actions/npm/publish@develop
 | 
			
		||||
              with:
 | 
			
		||||
                  working-directory: lib
 | 
			
		||||
 | 
			
		||||
            - name: Upload to NPM
 | 
			
		||||
              uses: ztimson/actions/npm/publish@develop
 | 
			
		||||
              with:
 | 
			
		||||
                  owner: ztimson
 | 
			
		||||
                  registry: https://registry.npmjs.org/
 | 
			
		||||
                  token: ${{secrets.NPM_TOKEN}}
 | 
			
		||||
                  working-directory: lib
 | 
			
		||||
		Reference in New Issue
	
	Block a user