diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4169a71..87e8361 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,3 +13,4 @@ jobs: - run: npm install - run: npm run build - run: npm run lint + - run: npm run typescript diff --git a/package.json b/package.json index ac88c27..abb0e59 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "scripts": { "build": "rm -rf lib && tsc -p tsconfig.build.json", + "typescript": "tsc", "lint": "eslint src --ext .ts" }, "devDependencies": {