Revert "Add Buildkite pipeline"

This reverts commit 2fbe623e7f.
pull/44/head
Aditya Thakral 2 years ago
parent 2fbe623e7f
commit b46b41a503
  1. 17
      buildkite/pipeline.yml
  2. 4
      package.json

@ -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"

@ -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",

Loading…
Cancel
Save