mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Simplify node build
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-publish.yml
									
									
									
									
										vendored
									
									
								
							| @@ -59,13 +59,11 @@ jobs: | ||||
|     - uses: actions/setup-node@v2 | ||||
|       with: | ||||
|         node-version: '15' | ||||
|     - name: dependencies | ||||
|     - name: build | ||||
|       run: | | ||||
|         cd src-ui/ | ||||
|         npm install -g @angular/cli | ||||
|         npm install | ||||
|     - name: build | ||||
|       run: | | ||||
|         ng build --prod | ||||
|   # Build and push image to docker hub. | ||||
|   buildx: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Schmitt
					Mark Schmitt