diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..f85fa00 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,11 @@ +name: CI + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + build: + uses: contact-api/.github/.github/workflows/build.yml@v1.0.1 diff --git a/package.json b/package.json index c97b40f..bfc104a 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Mason L'Etoile", "license": "MIT", "scripts": { + "typecheck": "tsc --noEmit", "dev": "vite", "build": "vite build", "preview": "vite preview"