Added license & updated build to cache node_modules
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -42,12 +42,8 @@ jobs:
 | 
			
		||||
                with:
 | 
			
		||||
                    pattern: dist
 | 
			
		||||
 | 
			
		||||
            -   name: Upload Docs
 | 
			
		||||
                uses: actions/upload-artifact@v3
 | 
			
		||||
                with:
 | 
			
		||||
                    name: docs
 | 
			
		||||
                    path: docs
 | 
			
		||||
                    retention-days: 7
 | 
			
		||||
            -   name: Upload Wiki
 | 
			
		||||
                uses: ztimson/actions/wiki@develop
 | 
			
		||||
 | 
			
		||||
    tag:
 | 
			
		||||
        name: Tag Version
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
	"types": "dist/index.d.ts",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"build": "tsc && npm run build:docs",
 | 
			
		||||
		"build:docs": "npx typedoc --readme none --plugin typedoc-plugin-markdown --out docs src/index.ts",
 | 
			
		||||
		"build:docs": "npx typedoc --readme none --plugin typedoc-plugin-markdown --entryDocument Home.md --out docs src/index.ts",
 | 
			
		||||
		"test": "npx jest --verbose",
 | 
			
		||||
		"test:coverage": "npx jest --verbose --coverage",
 | 
			
		||||
		"watch": "npm run build && npx tsc --watch"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user