Merge branch 'master' of git://github.com/fosscord/fosscord-server
This commit is contained in:
		
						commit
						b1ee66a8bc
					
				| @ -8,7 +8,7 @@ | ||||
| 		"test": "jest", | ||||
| 		"test:watch": "jest --watch", | ||||
| 		"start": "npm run build && node dist/start", | ||||
| 		"build": "npx tsc -b .", | ||||
| 		"build": "npx typescript -b .", | ||||
| 		"build-docker": "tsc -p tsconfig-docker.json", | ||||
| 		"dev": "tsnd --respawn src/start.ts" | ||||
| 	}, | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
| 	"scripts": { | ||||
| 		"postinstall": "cd ../util && npm i && cd ../api && npm i && cd ../cdn && npm i && cd ../gateway && npm i", | ||||
| 		"build": "npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle", | ||||
| 		"build:bundle": "npx tsc -b .", | ||||
| 		"build:bundle": "npx typescript -b .", | ||||
| 		"build:api": "cd ../api/ && npm run build", | ||||
| 		"build:cdn": "cd ../cdn/ && npm run build", | ||||
| 		"build:gateway": "cd ../gateway/ && npm run build", | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
| 	"types": "dist/index.d.ts", | ||||
| 	"scripts": { | ||||
| 		"test": "npm run build && jest --coverage ./tests", | ||||
| 		"build": "npx tsc -b .", | ||||
| 		"build": "npx typescript -b .", | ||||
| 		"start": "npm run build && node dist/start.js" | ||||
| 	}, | ||||
| 	"repository": { | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
| 	"scripts": { | ||||
| 		"test": "echo \"Error: no test specified\" && exit 1", | ||||
| 		"start": "npm run build && node dist/start.js", | ||||
| 		"build": "npx tsc -b .", | ||||
| 		"build": "npx typescript -b .", | ||||
| 		"dev": "tsnd --respawn src/start.ts" | ||||
| 	}, | ||||
| 	"keywords": [], | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
| 	"types": "dist/index.d.ts", | ||||
| 	"scripts": { | ||||
| 		"postinstall": "npm run build", | ||||
| 		"build": "npx tsc -b ." | ||||
| 		"build": "npx typescript -b ." | ||||
| 	}, | ||||
| 	"repository": { | ||||
| 		"type": "git", | ||||
|  | ||||
| @ -5,7 +5,7 @@ | ||||
| 	"main": "index.js", | ||||
| 	"scripts": { | ||||
| 		"test": "npm run build && node dist/test.js", | ||||
| 		"build": "npx tsc -b .", | ||||
| 		"build": "npx typescript -b .", | ||||
| 		"start": "npm run build && node dist/start.js" | ||||
| 	}, | ||||
| 	"keywords": [], | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 xnacly
						xnacly