Revert "Add Buildkite pipeline"

This reverts commit 2fbe623e7f.
This commit is contained in:
Aditya Thakral 2021-04-26 18:13:35 -04:00
parent 2fbe623e7f
commit b46b41a503
2 changed files with 1 additions and 20 deletions

View File

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

View File

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