diff --git a/buildkite/pipeline.yml b/buildkite/pipeline.yml deleted file mode 100644 index e86206bc..00000000 --- a/buildkite/pipeline.yml +++ /dev/null @@ -1,17 +0,0 @@ -agents: - npm: true - -steps: - - label: "Install deps" - command: "npm install" - - - wait - - - label: "Lint" - command: "npm run lint" - - - label: "Type check" - command: "npm run typecheck" - - - label: "Build" - command: "npm run build" \ No newline at end of file diff --git a/package.json b/package.json index c1ee6ce5..bd030ac2 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,7 @@ "scripts": { "dev": "next dev", "build": "next build", - "start": "next start", - "lint": "eslint \"{pages,components}/**/*.{js,ts,tsx,jsx}\"", - "typecheck": "tsc --noEmit" + "start": "next start" }, "dependencies": { "date-fns": "^2.11.1",