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