chore: Remove changelog check and graphql (#2639)

This commit is contained in:
Lipis 2020-12-20 21:52:21 +02:00 committed by GitHub
parent b997e69ebc
commit 14759d5b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 96 deletions

View file

@ -100,7 +100,6 @@
"test:other": "npm run prettier -- --list-different",
"test:typecheck": "tsc",
"test:update": "npm run test:app -- --updateSnapshot --watchAll=false",
"test": "npm run test:app",
"changelog:check": "node ./scripts/changelog-check.js"
"test": "npm run test:app"
}
}