Added build scripts for npm #25
@ -5,6 +5,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
|
"build": "tsc",
|
||||||
|
"live-build": "tsc --watch",
|
||||||
"lint": "eslint src/ --fix",
|
"lint": "eslint src/ --fix",
|
||||||
"lint-test": "eslint test/ --fix",
|
"lint-test": "eslint test/ --fix",
|
||||||
"test": "jest test/ --config jest.config.ts"
|
"test": "jest test/ --config jest.config.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user