diff --git a/package.json b/package.json index 1fd37d1..010dd5b 100644 --- a/package.json +++ b/package.json @@ -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"