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 |     - uses: actions/setup-node@v2 | ||||||
|       with: |       with: | ||||||
|         node-version: '15' |         node-version: '15' | ||||||
|     - name: dependencies |     - name: build | ||||||
|       run: | |       run: | | ||||||
|         cd src-ui/ |         cd src-ui/ | ||||||
|         npm install -g @angular/cli |         npm install -g @angular/cli | ||||||
|         npm install |         npm install | ||||||
|     - name: build |  | ||||||
|       run: | |  | ||||||
|         ng build --prod |         ng build --prod | ||||||
|   # Build and push image to docker hub. |   # Build and push image to docker hub. | ||||||
|   buildx: |   buildx: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mark Schmitt
					Mark Schmitt