mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	Merge pull request #108 from cse110-fa22-group29/fix-sprint3-merge
fix jsdoc dependency
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/deploy-githubpages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy-githubpages.yml
									
									
									
									
										vendored
									
									
								
							| @@ -39,7 +39,7 @@ jobs: | |||||||
|               uses: actions/checkout@v3 |               uses: actions/checkout@v3 | ||||||
|             - name: Install dependencies |             - name: Install dependencies | ||||||
|               run: sudo npm install |               run: sudo npm install | ||||||
|             - name: Run tests |             - name: Run js-doc | ||||||
|               run: sudo npm run js-doc |               run: sudo npm run js-doc | ||||||
|             - name: Setup Pages |             - name: Setup Pages | ||||||
|               uses: actions/configure-pages@v2 |               uses: actions/configure-pages@v2 | ||||||
|   | |||||||
| @@ -18,6 +18,7 @@ | |||||||
| 		"eslint": "^8.27.0", | 		"eslint": "^8.27.0", | ||||||
| 		"htmlhint": "1.1.4", | 		"htmlhint": "1.1.4", | ||||||
| 		"http-server": "", | 		"http-server": "", | ||||||
|  | 		"js-doc": "^0.5.0", | ||||||
| 		"mocha": "10", | 		"mocha": "10", | ||||||
| 		"mock-local-storage": "^1.1.23", | 		"mock-local-storage": "^1.1.23", | ||||||
| 		"prettier": "2.8.0", | 		"prettier": "2.8.0", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user