adjust npm scripts
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
    "build": "tsc",
 | 
					    "build": "tsc",
 | 
				
			||||||
    "clean": "rimraf build",
 | 
					    "clean": "rimraf build",
 | 
				
			||||||
    "watch": "yarn run clean && yarn run build -- -w",
 | 
					    "watch": "yarn run clean && yarn run build -- -w",
 | 
				
			||||||
    "monitor": "nodemon index.ts",
 | 
					    "monitor": "nodemon build/index.js",
 | 
				
			||||||
    "start": "node build/index.js",
 | 
					    "start": "node build/index.js",
 | 
				
			||||||
    "buildstart": "yarn run build && node build/index.js",
 | 
					    "buildstart": "yarn run build && node build/index.js",
 | 
				
			||||||
    "lint": "eslint . --ext .ts --fix",
 | 
					    "lint": "eslint . --ext .ts --fix",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user