mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top
This commit is contained in:
		@@ -1,7 +1,11 @@
 | 
			
		||||
{
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "mocha"
 | 
			
		||||
    "test": "lerna run test",
 | 
			
		||||
    "test:browser": "lerna run test:browser",
 | 
			
		||||
    "test:integration": "lerna run test:integration",
 | 
			
		||||
    "lint": "lerna run lint",
 | 
			
		||||
    "build": "lerna run build"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "lerna": "^4.0.0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user